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

Andreas Radke andyrtr at archlinux.org
Tue Aug 15 13:46:15 UTC 2017


    Date: Tuesday, August 15, 2017 @ 13:46:14
  Author: andyrtr
Revision: 302209

upgpkg: libtasn1 4.12-2

fix FTBS; FS#55151

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 13:35:07 UTC (rev 302208)
+++ PKGBUILD	2017-08-15 13:46:14 UTC (rev 302209)
@@ -5,13 +5,12 @@
 
 pkgname=libtasn1
 pkgver=4.12
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 url="https://www.gnu.org/software/libtasn1/"
 depends=('glibc')
-makedepends=('texinfo' 'gtk-doc')
 source=(https://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha256sums=('6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753'
             'SKIP')
@@ -22,8 +21,7 @@
   ./configure --prefix=/usr \
       --with-packager=Archlinux \
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
-      --with-packager-version=${pkgver}-${pkgrel} \
-      --enable-gtk-doc
+      --with-packager-version=${pkgver}-${pkgrel}
   make
 }
 
@@ -35,4 +33,5 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  make -C doc/reference DESTDIR="${pkgdir}" install-data-local
 }



More information about the arch-commits mailing list