diff options
Diffstat (limited to 'core/libgpg-error/PKGBUILD')
-rw-r--r-- | core/libgpg-error/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libgpg-error/PKGBUILD b/core/libgpg-error/PKGBUILD index c0cc77f39..62dc9c200 100644 --- a/core/libgpg-error/PKGBUILD +++ b/core/libgpg-error/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156350 2012-04-17 15:57:56Z andyrtr $ +# $Id: PKGBUILD 179093 2013-03-03 15:10:38Z andyrtr $ # Maintainer: judd <jvinet@zeroflux.org> pkgname=libgpg-error -pkgver=1.10 -pkgrel=2 +pkgver=1.11 +pkgrel=1 pkgdesc="Support library for libgcrypt" arch=(i686 x86_64) url="http://www.gnupg.org" @@ -12,7 +12,7 @@ depends=('glibc' 'sh') options=(!libtool) source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) -md5sums=('736a03daa9dc5873047d4eb4a9c22a16') +sha1sums=('be209b013652add5c7e2c473ea114f58203cc6cd') build() { |