diff options
author | root <root@rshg054.dnsready.net> | 2013-08-23 02:07:26 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-23 02:07:26 -0700 |
commit | dbffe56f58d40a9a456baeba5d488c9f968a352a (patch) | |
tree | 51466c315db82c0ce708d9aacda5a4c5bfd21ced /core/gnupg/PKGBUILD | |
parent | e9509842445d4a99493d1b643ffdafdca62263ae (diff) |
Fri Aug 23 02:06:53 PDT 2013
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 7c751926a..7f84851d2 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 185721 2013-05-17 17:22:08Z bisson $ +# $Id: PKGBUILD 193522 2013-08-21 22:25:01Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=gnupg -pkgver=2.0.20 -pkgrel=2 +pkgver=2.0.21 +pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' license=('GPL') @@ -18,7 +18,7 @@ makedepends=('curl' 'libldap' 'libusb-compat') depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr') source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig} 'protect-tool-env.patch') -sha1sums=('7ddfefa37ee9da89a8aaa8f9059d251b4cd02562' 'SKIP' +sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP' '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db') install=install |