[arch-commits] Commit in libgpg-error/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Jun 29 14:19:25 UTC 2013


    Date: Saturday, June 29, 2013 @ 16:19:25
  Author: andyrtr
Revision: 189210

upgpkg: libgpg-error 1.12-1

upstream update 1.12

Modified:
  libgpg-error/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-29 12:06:58 UTC (rev 189209)
+++ PKGBUILD	2013-06-29 14:19:25 UTC (rev 189210)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=libgpg-error
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(i686 x86_64)
@@ -10,11 +10,11 @@
 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}
   ./configure --prefix=/usr




More information about the arch-commits mailing list