diff options
Diffstat (limited to 'community/iat/PKGBUILD')
-rw-r--r-- | community/iat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iat/PKGBUILD b/community/iat/PKGBUILD index c458937fa..475ba9630 100644 --- a/community/iat/PKGBUILD +++ b/community/iat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iat pkgver=0.1.7 pkgrel=4 pkgdesc="Detects and converts DVD/CD images from BIN/MDF/PDI/CDI/NRG/B5I to ISO-9660" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://iat.berlios.de/" license=('GPL') depends=('glibc') |