[arch-commits] CVS update of extra/system/gpgme (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 15 21:49:56 UTC 2007


    Date: Sunday, July 15, 2007 @ 17:49:56
  Author: eric
    Path: /home/cvs-extra/extra/system/gpgme

Modified: PKGBUILD (1.18 -> 1.19)

upgpkg: gpgme 1.1.5-1
updated options syntax


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


Index: extra/system/gpgme/PKGBUILD
diff -u extra/system/gpgme/PKGBUILD:1.18 extra/system/gpgme/PKGBUILD:1.19
--- extra/system/gpgme/PKGBUILD:1.18	Sun Jul 15 06:33:07 2007
+++ extra/system/gpgme/PKGBUILD	Sun Jul 15 17:49:56 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.18 2007/07/15 10:33:07 tpowa Exp $
+# $Id: PKGBUILD,v 1.19 2007/07/15 21:49:56 eric Exp $
 # Contributor: Sarah Hay <sarah at archlinux.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 
@@ -9,8 +9,9 @@
 arch=(i686 x86_64)
 license=('GPL')
 depends=('libgpg-error>=1.5' 'pth' 'gnupg' 'gnupg2')
-options=('nolibtool')
+options=('!libtool')
 source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4ce6d6c0e4170a0dfba4c051465f2b31')
 url="http://www.gnupg.org/related_software/gpgme/"
 
 build() {
@@ -19,4 +20,3 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-md5sums=('4ce6d6c0e4170a0dfba4c051465f2b31')




More information about the arch-commits mailing list