summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/libgpg-error/PKGBUILD10
-rw-r--r--core/xz/PKGBUILD8
2 files changed, 9 insertions, 9 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}
diff --git a/core/xz/PKGBUILD b/core/xz/PKGBUILD
index 0c9e47585..33e7da05b 100644
--- a/core/xz/PKGBUILD
+++ b/core/xz/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 162329 2012-06-25 09:10:55Z pierre $
+# $Id: PKGBUILD 189703 2013-07-05 05:55:43Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
# Contributor: François Charette <firmicus@gmx.net>
pkgname=xz
-pkgver=5.0.4
+pkgver=5.0.5
pkgrel=1
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ depends=('sh')
options=('!libtool')
source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
-md5sums=('df3df690aef18384e1e031be7ec3a964'
- '6e203465ee9b8f646d85cf84755e2b32')
+md5sums=('19d924e066b6fff0bc9d1981b4e53196'
+ 'SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}