Date: Tuesday, July 26, 2016 @ 17:59:57 Author: andyrtr Revision: 272476
upgpkg: libtasn1 4.9-1 upstream update 4.9 Modified: libtasn1/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-26 17:49:25 UTC (rev 272475) +++ PKGBUILD 2016-07-26 17:59:57 UTC (rev 272476) @@ -4,8 +4,8 @@ # Contributor: judd <[email protected]> pkgname=libtasn1 -pkgver=4.8 -pkgrel=2 +pkgver=4.9 +pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') license=('GPL3' 'LGPL') @@ -12,7 +12,7 @@ url="http://www.gnu.org/software/libtasn1/" depends=('glibc' 'texinfo') source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('9a6767705725544f2b86670dcfb34107' +md5sums=('3018d0f466a32b66dde41bb122e6cab6' 'SKIP') validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos Mavrogiannopoulos <[email protected]> @@ -21,7 +21,8 @@ ./configure --prefix=/usr \ --with-packager=Archlinux \ --with-packager-bug-reports="http://bugs.archlinux.org/" \ - --with-packager-version=${pkgver}-${pkgrel} + --with-packager-version=${pkgver}-${pkgrel} \ + --disable-gcc-warnings make }
