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 76ce5bb6a..453bed75b 100644 --- a/community/rogue/PKGBUILD +++ b/community/rogue/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rogue pkgver=5.4.4 pkgrel=3 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') |