From 750b426065b3ee08ca36b3d8a2ed030eac8f5ca5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 14 Jan 2014 17:24:53 +0000 Subject: [PATCH] core/libgcrypt: disable .install --- core/libgcrypt/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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')