diff options
Diffstat (limited to 'community/geany')
-rw-r--r-- | community/geany/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 017d718b2..509b0be3a 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -8,7 +8,7 @@ pkgname=geany pkgver=0.21 pkgrel=2 pkgdesc="Fast and lightweight IDE" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'python2') |