* update docbook-xsl to 1.79.2-9

This commit is contained in:
Alexander Baldeck 2024-10-26 20:01:00 +02:00
parent 9c34e42f6a
commit 09af9d1719
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = docbook-xsl
pkgdesc = XML stylesheets for Docbook-xml transformations
pkgver = 1.79.2
pkgrel = 8.1
pkgrel = 9
url = https://docbook.org/
install = docbook-xsl.install
arch = any

View File

@ -7,7 +7,7 @@
pkgname=docbook-xsl
pkgver=1.79.2
pkgrel=8.1
pkgrel=9
pkgdesc='XML stylesheets for Docbook-xml transformations'
url='https://docbook.org/'
arch=(any)
@ -48,6 +48,7 @@ package() {
install -Dt "$pkgroot/$fn" -m644 $dir/$fn/*.{xml,xsl,dtd,ent}
done
)
ln -s xsl-stylesheets-$pkgver$ns "$pkgdir"/usr/share/xml/docbook/xsl-stylesheets$ns
done
install -Dm644 $dir/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname