diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:07:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:07:00 -0300 |
commit | 9e67688e804b742a69c3ce1c11451f18f95c370b (patch) | |
tree | a436792390b1707b351a5001eca81ad832839fe6 | |
parent | 6344d6a8f72cd5457d8bfcd0903139660ff316f7 (diff) |
pacman needs xz libtools files
-rw-r--r-- | core/xz/PKGBUILD | 4 |
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") |