diff options
Diffstat (limited to 'community/pbzip2')
-rw-r--r-- | community/pbzip2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index 84f522e64..8cf2f8700 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pbzip2 pkgver=1.1.6 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" -arch=('i686' 'x86_64') +arch=(i686 x86_64 'mips64el') url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') |