diff options
Diffstat (limited to 'core/gpgme/PKGBUILD')
-rw-r--r-- | core/gpgme/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD index f56856153..00d418785 100644 --- a/core/gpgme/PKGBUILD +++ b/core/gpgme/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193205 2013-08-19 07:48:04Z tpowa $ +# $Id: PKGBUILD 197813 2013-10-30 11:03:42Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Sarah Hay <sarah@archlinux.org> @@ -12,7 +12,7 @@ url="http://www.gnupg.org/related_software/gpgme/" license=('GPL') depends=('libgpg-error' 'pth' 'gnupg>=2') install=${pkgname}.install -options=('!libtool' '!emptydirs') +options=('!emptydirs') source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) md5sums=('334e524cffa8af4e2f43ae8afe585672' 'SKIP') |