diff options
Diffstat (limited to 'community/rogue/PKGBUILD')
-rw-r--r-- | community/rogue/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rogue/PKGBUILD b/community/rogue/PKGBUILD index 98de5901e..ee4cb2650 100644 --- a/community/rogue/PKGBUILD +++ b/community/rogue/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rogue pkgver=5.4.4 pkgrel=2 pkgdesc="The original dungeon crawl game." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://rogue.rogueforge.net/rogue-5-4/" license=('custom') depends=('ncurses') |