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 8235914f2..198bb9272 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -17,7 +17,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba pkgver=3.2.1 pkgrel=5 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=('GPL2') groups=('gambas3') |