diff options
Diffstat (limited to 'community/bchunk')
-rw-r--r-- | community/bchunk/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bchunk/PKGBUILD b/community/bchunk/PKGBUILD index 2a8ac0198..1cbafecce 100644 --- a/community/bchunk/PKGBUILD +++ b/community/bchunk/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.0 pkgrel=3 pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file" url="http://hes.iki.fi/bchunk/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('glibc') source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz) |