[arch-commits] CVS update of extra/lib/libtasn1 (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Feb 4 22:26:14 UTC 2008
Date: Monday, February 4, 2008 @ 17:26:14
Author: jgc
Path: /home/cvs-extra/extra/lib/libtasn1
Modified: PKGBUILD (1.16 -> 1.17)
upgpkg: libtasn1 1.3-1
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Index: extra/lib/libtasn1/PKGBUILD
diff -u extra/lib/libtasn1/PKGBUILD:1.16 extra/lib/libtasn1/PKGBUILD:1.17
--- extra/lib/libtasn1/PKGBUILD:1.16 Wed Sep 12 15:12:27 2007
+++ extra/lib/libtasn1/PKGBUILD Mon Feb 4 17:26:14 2008
@@ -1,7 +1,8 @@
-# $Id: PKGBUILD,v 1.16 2007/09/12 19:12:27 jgc Exp $
+# $Id: PKGBUILD,v 1.17 2008/02/04 22:26:14 jgc Exp $
# Maintainer: judd <jvinet at zeroflux.org>
+
pkgname=libtasn1
-pkgver=1.1
+pkgver=1.3
pkgrel=1
pkgdesc="The ASN.1 library used in GNUTLS"
arch=(i686 x86_64)
@@ -10,11 +11,11 @@
depends=('glibc')
options=('!libtool')
source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('93b43cc5013bda4d8bf64508f1566c54')
+md5sums=('8e6c9d4760f70758e64fe9d70d5ccfea')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list