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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 16 15:59:44 UTC 2009


    Date: Friday, October 16, 2009 @ 11:59:44
  Author: andyrtr
Revision: 55931

upgpkg: libgpg-error 1.7-1
    new version 1.7

Modified:
  libgpg-error/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-16 15:37:27 UTC (rev 55930)
+++ PKGBUILD	2009-10-16 15:59:44 UTC (rev 55931)
@@ -2,22 +2,22 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=libgpg-error
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(i686 x86_64)
 url="http://www.gnupg.org"
 license=('LGPL')
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'sh')
 options=(!libtool)
 source=(#ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2
 	ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f3e9870e213518b407a959f8d29cd554')
+md5sums=('62c0d09d1e76c5b6da8fff92314c4665')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list