diff options
Diffstat (limited to 'core/gnupg/PKGBUILD')
-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} |