diff options
Diffstat (limited to 'community/stone-soup/PKGBUILD')
-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 be89a662c..aa4bcb6e4 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -4,7 +4,7 @@ pkgname=stone-soup pkgver=0.10.0 pkgrel=1 pkgdesc='An 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=('lua' 'ncurses' 'sdl_image' 'sqlite3' 'libgl' 'mesa' 'freetype2') makedepends=('bison' 'flex') |