summaryrefslogtreecommitdiff
path: root/core/xz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/xz/PKGBUILD')
-rw-r--r--core/xz/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}