diff options
Diffstat (limited to 'libre/unzip-libre/PKGBUILD')
-rw-r--r-- | libre/unzip-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/unzip-libre/PKGBUILD b/libre/unzip-libre/PKGBUILD index 933fc8a6a..b3ef3d44d 100644 --- a/libre/unzip-libre/PKGBUILD +++ b/libre/unzip-libre/PKGBUILD @@ -10,7 +10,7 @@ _pkgver=${pkgver/./} pkgrel=7 pkgdesc='For extracting and viewing files in .zip archives' url='http://www.info-zip.org/UnZip.html' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') depends=('bzip2' 'bash') provides=("${_pkgname}=${pkgver}") |