diff options
Diffstat (limited to 'community/angband/PKGBUILD')
-rw-r--r-- | community/angband/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/angband/PKGBUILD b/community/angband/PKGBUILD index b38e998c6..da4c31f3b 100644 --- a/community/angband/PKGBUILD +++ b/community/angband/PKGBUILD @@ -11,7 +11,7 @@ pkgname=angband pkgver=3.2.0 pkgrel=1 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rephial.org/" license=('GPL2' 'custom') depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'libglade') |