diff options
Diffstat (limited to 'core/xz/PKGBUILD')
-rw-r--r-- | core/xz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xz/PKGBUILD b/core/xz/PKGBUILD index ef2581b27..0c9e47585 100644 --- a/core/xz/PKGBUILD +++ b/core/xz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xz pkgver=5.0.4 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh') |