[arch-commits] Commit in opensc/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sun Oct 18 00:00:11 UTC 2020


    Date: Sunday, October 18, 2020 @ 00:00:10
  Author: freswa
Revision: 725795

fix docbook-xsl path to nons version

fixes FS#67078

Modified:
  opensc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 23:59:59 UTC (rev 725794)
+++ PKGBUILD	2020-10-18 00:00:10 UTC (rev 725795)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
   ./bootstrap
   ./configure \
     --prefix=/usr \



More information about the arch-commits mailing list