summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/xz/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/xz/PKGBUILD b/core/xz/PKGBUILD
index 2d5da080c..831dc7847 100644
--- a/core/xz/PKGBUILD
+++ b/core/xz/PKGBUILD
@@ -4,11 +4,13 @@
pkgname=xz
pkgver=5.0.5
-pkgrel=2
+pkgrel=2.1
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('i686' 'x86_64' 'mips64el')
url='http://tukaani.org/xz/'
license=('GPL' 'LGPL' 'custom')
+# pacman complains about missing liblzma.la files
+options=(libtool)
depends=('sh')
source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")