diff options
Diffstat (limited to 'community/pigz/PKGBUILD')
-rwxr-xr-x | community/pigz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index f9331664b..da52e82c9 100755 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pigz pkgver=2.2.5 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') |