diff options
Diffstat (limited to 'community/gambas3/PKGBUILD')
-rw-r--r-- | community/gambas3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index cccf98d96..b91ae57da 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -14,7 +14,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba pkgver=2.99.1 pkgrel=4 pkgdesc="A free development environment based on a Basic interpreter." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gambas.sourceforge.net/" license=('GPL') groups=('gambas3') |