diff options
Diffstat (limited to 'community/scite')
-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 eedade19e..9faad7bd5 100644 --- a/community/scite/PKGBUILD +++ b/community/scite/PKGBUILD @@ -7,7 +7,7 @@ pkgname=scite pkgver=2.27 pkgrel=1 pkgdesc='A generally useful editor with facilities for building and running programs.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.scintilla.org/SciTE.html' license=('custom:scite') depends=('desktop-file-utils' 'gtk2') |