diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-25 14:53:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-25 14:53:42 -0300 |
commit | 42eb9960089583ff3e45b7f217690b05a6a069b7 (patch) | |
tree | b242fec3bcd3575320406a93326d3b695289c214 /libre | |
parent | a4888a1abd0b7ca6b5b4456d6ae279a15b045557 (diff) | |
download | abslibre-42eb9960089583ff3e45b7f217690b05a6a069b7.tar.gz abslibre-42eb9960089583ff3e45b7f217690b05a6a069b7.tar.bz2 abslibre-42eb9960089583ff3e45b7f217690b05a6a069b7.zip |
unar: put x86_64 and mips64el support to build
Diffstat (limited to 'libre')
-rw-r--r-- | libre/unar/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index 7d816b666..8fe6b165c 100644 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unar pkgver=1.6 pkgrel=2 pkgdesc="An Objective-C application for uncompressing archive files" -arch=('i686') +arch=('x86_64' 'i686' 'mips64el') url="http://unarchiver.c3.cx/" license=('LGPL2.1') depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') |