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

Tobias Powalowski tpowa at archlinux.org
Sun Jan 24 08:26:13 UTC 2010


    Date: Sunday, January 24, 2010 @ 03:26:13
  Author: tpowa
Revision: 65076

prepare 2.0.0 release

Modified:
  libassuan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 08:08:18 UTC (rev 65075)
+++ PKGBUILD	2010-01-24 08:26:13 UTC (rev 65076)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libassuan
-pkgver=1.0.5
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Libassuan is the IPC library used by some GnuPG related software"
 arch=(i686 x86_64)
 license=('GPL')
 url="ftp://ftp.gnupg.org/gcrypt/libgcrypt"
-depends=('bash')
+depends=('libgpg-error')
 makedepends=('pth')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+options=(!libtool)
 
 build() {
   export CFLAGS="$CFLAGS -fPIC"
@@ -18,4 +19,4 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('c2db0974fcce4401f48f3fa41c4edc5a')
+md5sums=('59bc0ae7194c412d7a522029005684b2')




More information about the arch-commits mailing list