diff options
Diffstat (limited to 'core/bzip2')
-rw-r--r-- | core/bzip2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/bzip2/PKGBUILD b/core/bzip2/PKGBUILD index 3e4ea2362..7ef4a7c49 100644 --- a/core/bzip2/PKGBUILD +++ b/core/bzip2/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bzip2 pkgver=1.0.6 -pkgrel=4 +pkgrel=4.1 pkgdesc="A high-quality data compression program" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://sources.redhat.com/bzip2" groups=('base') |