diff options
Diffstat (limited to 'community/gemrb/PKGBUILD')
-rw-r--r-- | community/gemrb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gemrb/PKGBUILD b/community/gemrb/PKGBUILD index c80d193f5..2361b6076 100644 --- a/community/gemrb/PKGBUILD +++ b/community/gemrb/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gemrb pkgver=0.8.0 pkgrel=2 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gemrb.org/" license=('GPL') depends=('python2' 'openal' 'libpng' 'sdl_mixer') |