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

Andreas Radke andyrtr at archlinux.org
Thu Jul 28 20:09:48 UTC 2016


    Date: Thursday, July 28, 2016 @ 20:09:48
  Author: andyrtr
Revision: 272661

upgpkg: libtasn1 4.9-2

build gtk-doc; remove texinfo runtime dependency - texinfo is in base group and expected to be installed providing the install hook, now it's possible to even remove texinfo - FS#49630

Modified:
  libtasn1/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 20:06:13 UTC (rev 272660)
+++ PKGBUILD	2016-07-28 20:09:48 UTC (rev 272661)
@@ -5,12 +5,13 @@
 
 pkgname=libtasn1
 pkgver=4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 url="http://www.gnu.org/software/libtasn1/"
-depends=('glibc' 'texinfo')
+depends=('glibc')
+makedepends=('texinfo' 'gtk-doc')
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('3018d0f466a32b66dde41bb122e6cab6'
          'SKIP')
@@ -22,7 +23,8 @@
       --with-packager=Archlinux \
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
       --with-packager-version=${pkgver}-${pkgrel} \
-      --disable-gcc-warnings
+      --disable-gcc-warnings \
+      --enable-gtk-doc
   make
 }
 



More information about the arch-commits mailing list