diff options
Diffstat (limited to 'community/nethack/PKGBUILD')
-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 ccb4a8c60..1caa7b70f 100644 --- a/community/nethack/PKGBUILD +++ b/community/nethack/PKGBUILD @@ -9,7 +9,7 @@ pkgname=nethack pkgver=3.4.3 pkgrel=7 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') |