diff options
Diffstat (limited to 'core/libassuan/PKGBUILD')
-rw-r--r-- | core/libassuan/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/libassuan/PKGBUILD b/core/libassuan/PKGBUILD index 86047c79b..a3c8709d6 100644 --- a/core/libassuan/PKGBUILD +++ b/core/libassuan/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 189897 2013-07-11 06:27:54Z tpowa $ +# $Id: PKGBUILD 197818 2013-10-30 11:04:17Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=libassuan @@ -9,7 +9,6 @@ arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.gnupg.org/related_software/libassuan" depends=('libgpg-error') -options=('!libtool') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) install=libassuan.install md5sums=('757243cc4a71b30ed8d8dbe784035d36') |