diff --git a/core/libgcrypt/PKGBUILD b/core/libgcrypt/PKGBUILD index f2b24a28e..a0cfff3e5 100644 --- a/core/libgcrypt/PKGBUILD +++ b/core/libgcrypt/PKGBUILD @@ -8,10 +8,11 @@ # - switch ifdef's in cipher files to actually respect --disable-neon-support # - disable intel's RNG # - drop docs from building in the makefile, all sorts of busted in git +# - disable .install so it doesn't try to install nonexistent docs pkgname=libgcrypt pkgver=1.6.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="General purpose cryptographic library based on the code from GnuPG" arch=(i686 x86_64) url="http://www.gnupg.org" @@ -19,7 +20,7 @@ license=('LGPL') depends=('libgpg-error>=1.10-2') makedepends=('git') options=('!emptydirs') -install=$pkgname.install +#install=$pkgname.install source=("${pkgname}-${pkgver}::git://git.gnupg.org/libgcrypt.git#branch=LIBGCRYPT-1-6-BRANCH") sha1sums=('SKIP')