diff options
Diffstat (limited to 'community/scite/PKGBUILD')
-rw-r--r-- | community/scite/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD index 1a48fee56..2b9d1321f 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -8,7 +8,7 @@ pkgname=scite pkgver=3.0.2 pkgrel=1 pkgdesc='Editor with facilities for building and running programs' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://www.scintilla.org/SciTE.html' license=('custom:scite') depends=('desktop-file-utils' 'gtk2') |