summaryrefslogtreecommitdiff
path: root/core/xz
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-27 00:01:57 +0000
committerroot <root@rshg054.dnsready.net>2012-06-27 00:01:57 +0000
commitc77c7fc60c48c9aaa8f915eb112405e8879e46aa (patch)
tree46509cb375dc9d89676ab0d115c35629fc7326ae /core/xz
parent9a6b691757346035549dbd12d1323301d04a6675 (diff)
Wed Jun 27 00:01:57 UTC 2012
Diffstat (limited to 'core/xz')
-rw-r--r--core/xz/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/core/xz/PKGBUILD b/core/xz/PKGBUILD
index f74c8ac58..ef2581b27 100644
--- a/core/xz/PKGBUILD
+++ b/core/xz/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 154939 2012-03-31 12:48:19Z pierre $
+# $Id: PKGBUILD 162329 2012-06-25 09:10:55Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
# Contributor: François Charette <firmicus@gmx.net>
pkgname=xz
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('i686' 'x86_64')
url='http://tukaani.org/xz/'
@@ -12,15 +12,12 @@ license=('GPL' 'LGPL' 'custom')
depends=('sh')
options=('!libtool')
source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig"
- 'compile-fix.patch')
-md5sums=('fefe52f9ecd521de2a8ce38c21a27574'
- 'd0725667a6dae0853194dc691e900e26'
- 'b74e4f7793848cc5765c848ea30f971f')
+ "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
+md5sums=('df3df690aef18384e1e031be7ec3a964'
+ '6e203465ee9b8f646d85cf84755e2b32')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -p1 -i ${srcdir}/compile-fix.patch
./configure --prefix=/usr \
--disable-rpath \