diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /core/gnupg | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'core/gnupg')
-rw-r--r-- | core/gnupg/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD index f678f304e..b6419c832 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 146739 2012-01-16 22:52:44Z dreisner $ +# $Id: PKGBUILD 148992 2012-02-05 12:21:23Z andyrtr $ # Maintainer: Andreas Radke <andyrtr at archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=gnupg -pkgver=1.4.11 -pkgrel=3 +pkgver=1.4.12 +pkgrel=1 pkgdesc="GNU Privacy Guard - a PGP replacement tool" arch=('i686' 'x86_64') license=('GPL3') @@ -11,7 +11,7 @@ depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readli 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=('411744e1ef8ce90b87938c4203f001f1') +md5sums=('ce3742e5c7912559cab7894ad8ba7f6b') build() { cd ${srcdir}/${pkgname}-${pkgver} |