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 0011ffcd4..9aa8036d7 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -18,7 +18,7 @@ pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gamb pkgver=3.4.1 pkgrel=2 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') |