diff options
Diffstat (limited to 'community/geany/PKGBUILD')
-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 b6a270944..516ee77b2 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -9,7 +9,7 @@ pkgname=geany pkgver=1.23 pkgrel=1 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') |