diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:35:33 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:35:33 -0300 |
commit | 643595faf5c79e578078f4efd1f618827051d031 (patch) | |
tree | 0bb9ce962d33950100e10e87dc1f682eb1a928b2 /libre/unarchiver | |
parent | 1fc1953faa672c4e87696ab6109d3fa272654640 (diff) |
override this
Diffstat (limited to 'libre/unarchiver')
-rw-r--r-- | libre/unarchiver/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/unarchiver/PKGBUILD b/libre/unarchiver/PKGBUILD index dcab9e342..416d7903d 100644 --- a/libre/unarchiver/PKGBUILD +++ b/libre/unarchiver/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Cedric Girard <girard.cedric@gmail.com> pkgname=unarchiver -pkgver=2.7 +pkgver=2.7.1 pkgrel=2 pkgdesc="An Objective-C application for uncompressing archive files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://wakaba.c3.cx/s/apps/unarchiver.html" license=('LGPL') depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') @@ -18,7 +18,7 @@ build() { cd "$srcdir/The Unarchiver/XADMaster" . /usr/share/GNUstep/Makefiles/GNUstep.sh - make -f Makefile.linux unar lsar + make -f Makefile.linux } package() { |