diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/xz/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/xz/PKGBUILD b/abs/core/xz/PKGBUILD index ef2581b..945cc42 100644 --- a/abs/core/xz/PKGBUILD +++ b/abs/core/xz/PKGBUILD @@ -1,20 +1,19 @@ -# $Id: PKGBUILD 162329 2012-06-25 09:10:55Z pierre $ +# $Id$ # Maintainer: Pierre Schmitz <pierre@archlinux.de> # Contributor: François Charette <firmicus@gmx.net> pkgname=xz -pkgver=5.0.4 +pkgver=5.0.7 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='http://tukaani.org/xz/' 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") -md5sums=('df3df690aef18384e1e031be7ec3a964' - '6e203465ee9b8f646d85cf84755e2b32') +md5sums=('60449e1c9c0eabefc9c3166e325636e5' + 'SKIP') build() { cd ${srcdir}/${pkgname}-${pkgver} |