diff options
Diffstat (limited to 'community/pbzip2/PKGBUILD')
-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 8a2e27ab2..d9b8ef890 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pbzip2 pkgver=1.1.4 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') |