[arch-commits] Commit in libtasn1/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jun 28 19:59:57 UTC 2008


    Date: Saturday, June 28, 2008 @ 15:59:57
  Author: jgc
Revision: 3679

Merged revisions 2-3678 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/libtasn1/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r3678 | jgc | 2008-06-28 19:59:44 +0000 (Sat, 28 Jun 2008) | 1 line
  
  upgpkg: libtasn1 1.4-1
........

Modified:
  libtasn1/repos/extra-x86_64/	(properties)
  libtasn1/repos/extra-x86_64/PKGBUILD

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


Property changes on: libtasn1/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /libtasn1/trunk:1
   + /libtasn1/trunk:1-3678

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-28 19:59:44 UTC (rev 3678)
+++ extra-x86_64/PKGBUILD	2008-06-28 19:59:57 UTC (rev 3679)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=libtasn1
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=(i686 x86_64)
@@ -11,11 +11,11 @@
 depends=('glibc')
 options=('!libtool')
 source=(ftp://ftp.gnutls.org/pub/gnutls/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8e6c9d4760f70758e64fe9d70d5ccfea')
+md5sums=('a733ecdfed3517910e627d24e050979f')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list