diff options
Diffstat (limited to 'community/nethack')
-rw-r--r-- | community/nethack/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nethack/PKGBUILD b/community/nethack/PKGBUILD index a3da43710..a8b3a3279 100644 --- a/community/nethack/PKGBUILD +++ b/community/nethack/PKGBUILD @@ -9,7 +9,7 @@ pkgname=nethack pkgver=3.4.3 pkgrel=6 pkgdesc='A single player dungeon exploration game' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nethack.org/index.html" license=('custom') depends=('ncurses' 'gzip') |