diff options
Diffstat (limited to 'community/stone-soup')
-rw-r--r-- | community/stone-soup/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index da7225f71..1d150765a 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -4,7 +4,7 @@ pkgname=stone-soup pkgver=0.11.2 pkgrel=1 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://crawl.develz.org/' depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 'ttf-dejavu') makedepends=('bison' 'flex' 'gendesk' 'mesa') |