Date: Tuesday, June 3, 2014 @ 13:16:04 Author: bisson Revision: 214080
upstream update Modified: gnupg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-03 11:03:40 UTC (rev 214079) +++ PKGBUILD 2014-06-03 11:16:04 UTC (rev 214080) @@ -5,8 +5,8 @@ # Contributor: Judd Vinet <[email protected]> pkgname=gnupg -pkgver=2.0.22 -pkgrel=2 +pkgver=2.0.23 +pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' license=('GPL') @@ -18,7 +18,7 @@ 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=('9ba9ee288e9bf813e0f1e25cbe06b58d3072d8b8' 'SKIP' +sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP' '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db') install=install
