diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-20 03:51:47 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-20 03:51:47 (GMT) |
commit | 4cf461353e50a84f985b6204dc891e12072a2698 (patch) | |
tree | c251800f084d3022ac10bbdb2a3ad9426c73b292 /abs/extra | |
parent | c5bf0fdcd0b2373d32117f301a4c4000d9893591 (diff) | |
download | linhes_pkgbuild-4cf461353e50a84f985b6204dc891e12072a2698.zip linhes_pkgbuild-4cf461353e50a84f985b6204dc891e12072a2698.tar.gz linhes_pkgbuild-4cf461353e50a84f985b6204dc891e12072a2698.tar.bz2 |
gnupg: upgrade
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/gnupg/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/abs/extra/gnupg/PKGBUILD b/abs/extra/gnupg/PKGBUILD index cb980ce..e123287 100644 --- a/abs/extra/gnupg/PKGBUILD +++ b/abs/extra/gnupg/PKGBUILD @@ -1,23 +1,27 @@ -# $Id: PKGBUILD 52155 2009-09-16 11:08:07Z allan $ +# $Id: PKGBUILD 96620 2010-10-22 18:59:05Z andyrtr $ # Maintainer: Andreas Radke <andyrtr at archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=gnupg -pkgver=1.4.10 -pkgrel=2 +pkgver=1.4.11 +pkgrel=1 pkgdesc="GNU Privacy Guard - a PGP replacement tool" arch=('i686' 'x86_64') license=('GPL3') -depends=('zlib' 'bzip2' 'libldap>=2.4.11' 'libusb' 'curl>=7.16.2' 'readline>=5.0.00') +depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb' 'curl>=7.16.2' 'readline>=6.0.00') source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2) install=gnupg.install url="http://www.gnupg.org/" -md5sums=('dcf7ed712997888d616e029637bfc303') +md5sums=('411744e1ef8ce90b87938c4203f001f1') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --libexecdir=/usr/lib # docdir can't be set properly make || return 1 ln -s ${pkgname}-${pkgver}/scripts .. +} + +package () { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install || return 1 # fix fileconflict with gnupg2 pkg |