diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/xz/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/xz/PKGBUILD b/abs/core/xz/PKGBUILD index 945cc42..fb62b4c 100644 --- a/abs/core/xz/PKGBUILD +++ b/abs/core/xz/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: François Charette <firmicus@gmx.net> pkgname=xz -pkgver=5.0.7 +pkgver=5.2.2 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ license=('GPL' 'LGPL' 'custom') depends=('sh') source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz" "http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('60449e1c9c0eabefc9c3166e325636e5' +md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c' 'SKIP') +validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') build() { cd ${srcdir}/${pkgname}-${pkgver} |