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

Laurent Carlier lcarlier at archlinux.org
Sun Mar 12 03:19:11 UTC 2017


    Date: Sunday, March 12, 2017 @ 03:19:10
  Author: lcarlier
Revision: 215739

upgpkg: lib32-libtasn1 4.10-1

upstream update 4.10

Modified:
  lib32-libtasn1/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-12 03:15:24 UTC (rev 215738)
+++ PKGBUILD	2017-03-12 03:19:10 UTC (rev 215739)
@@ -5,17 +5,17 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/"
+url="https://www.gnu.org/software/libtasn1/"
 depends=('lib32-glibc' ${_pkgbase})
 makedepends=('gcc-multilib')
 options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('3018d0f466a32b66dde41bb122e6cab6'
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('f4faffdf63969d0e4e6df43b9679e8e5'
          'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos Mavrogiannopoulos <nmav at gnutls.org>
 
@@ -30,8 +30,7 @@
       --libdir=/usr/lib32 \
       --with-packager=Archlinux \
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
-      --with-packager-version=${pkgver}-${pkgrel} \
-      --disable-gcc-warnings
+      --with-packager-version=${pkgver}-${pkgrel}
   make
 }
 



More information about the arch-commits mailing list