diff options
Diffstat (limited to 'community/instead/PKGBUILD')
-rw-r--r-- | community/instead/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 001b3ccf2..42e769c6f 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead pkgver=1.9.0 pkgrel=1 pkgdesc="a quest interpreter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://instead.googlecode.com/" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua') |