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

Jan de Groot jgc at archlinux.org
Sun Nov 28 15:57:11 UTC 2010


    Date: Sunday, November 28, 2010 @ 10:57:11
  Author: jgc
Revision: 101272

upgpkg: libtasn1 2.8-1
Update to 2.8, no real relevant fixes. Add make check to PKGBUILD

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-28 15:52:20 UTC (rev 101271)
+++ PKGBUILD	2010-11-28 15:57:11 UTC (rev 101272)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=libtasn1
-pkgver=2.6
+pkgver=2.8
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=(i686 x86_64)
@@ -13,14 +13,15 @@
 options=('!libtool')
 install=libtasn1.install
 source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d410671e13038324336917ceed7470a5')
+md5sums=('53fd164f8670e55a9964666990fb358f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
       --with-packager=Archlinux \
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
-      --with-packager-version=${pkgver}-${pkgrel} || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --with-packager-version=${pkgver}-${pkgrel}
+  make
+  make DESTDIR="${pkgdir}" install
+  make check
 }




More information about the arch-commits mailing list