diff options
Diffstat (limited to 'community/pigz/PKGBUILD')
-rw-r--r-- | community/pigz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index 5ae1190d3..2dfd3c71b 100644 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pigz pkgver=2.3 pkgrel=1 pkgdesc='Parallel implementation of the gzip file compressor' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.zlib.net/pigz/' license=('custom') depends=('zlib') |