summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf0ddf962be..6c04a9e68b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = scite
pkgver = 4.1.0
pkgrel = 1
url = http://www.scintilla.org/SciTE.html
+ arch = i686
arch = x86_64
license = custom:scite
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 60067a1d78fa..71928146dd9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=scite
pkgver=4.1.0
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64')
+arch=('i686' 'x86_64')
url='http://www.scintilla.org/SciTE.html'
license=('custom:scite')
depends=('gtk3')