diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-17 22:01:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-17 22:01:52 -0500 |
commit | 3dadf343b9d874db00e9ae28078a4a4f8f35920d (patch) | |
tree | 909caad0cd468f8a4ce141e9dbe656b79f98a246 /community/instead/PKGBUILD | |
parent | 4ec8bbd7c2c89934590bf56ee38c5ca07c0ef7e8 (diff) |
Add mips64el in archs
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 9a132bcea..a165a0676 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -6,7 +6,7 @@ pkgname=instead pkgver=1.8.1 pkgrel=1 pkgdesc="instead 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') |