diff options
Diffstat (limited to 'community/lrzip/PKGBUILD')
-rw-r--r-- | community/lrzip/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lrzip/PKGBUILD b/community/lrzip/PKGBUILD index f3d56e6fb..0b017ecb6 100644 --- a/community/lrzip/PKGBUILD +++ b/community/lrzip/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms" url="http://lrzip.kolivas.org/" license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('lzo2' 'bzip2' 'zlib' 'bash' 'gcc-libs') if [ "$CARCH" != "x86_64" ] then |