summaryrefslogtreecommitdiff
path: root/core/libgpg-error/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-09 21:04:53 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-09 21:04:53 -0300
commitfd5ff7e53a5b8dbabc85ab6e2ff1342b85e155b1 (patch)
treed2b16d75c64d947545149f37bda7cdb8873a4770 /core/libgpg-error/PKGBUILD
parent7823c9009a845174746fd0da09af46a138481851 (diff)
parent10aa61ef39e662453e1d817046e359372fe3b326 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/aspell-pl/PKGBUILD community/gloox/PKGBUILD community/libircclient/PKGBUILD community/mashup/PKGBUILD community/omniorb/PKGBUILD community/openbox/PKGBUILD community/patchutils/PKGBUILD community/rxvt-unicode/PKGBUILD extra/mesa/PKGBUILD extra/pygobject2/PKGBUILD extra/qt5/PKGBUILD extra/samba/PKGBUILD extra/tdb/PKGBUILD extra/transmission/PKGBUILD extra/vim/PKGBUILD pcr/python-sfml2/PKGBUILD pcr/python2-sfml2/PKGBUILD
Diffstat (limited to 'core/libgpg-error/PKGBUILD')
-rw-r--r--core/libgpg-error/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/libgpg-error/PKGBUILD b/core/libgpg-error/PKGBUILD
index 334a0fe11..b83b425bb 100644
--- a/core/libgpg-error/PKGBUILD
+++ b/core/libgpg-error/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 179093 2013-03-03 15:10:38Z andyrtr $
+# $Id: PKGBUILD 189754 2013-07-07 09:05:18Z andyrtr $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=libgpg-error
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="Support library for libgcrypt"
arch=(i686 x86_64 'mips64el')
@@ -10,10 +10,10 @@ url="http://www.gnupg.org"
license=('LGPL')
depends=('glibc' 'sh')
options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('be209b013652add5c7e2c473ea114f58203cc6cd')
-
+sha1sums=('259f359cd1440b21840c3a78e852afd549c709b8'
+ 'SKIP')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}