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 bac9911f52d4..78ebe1ca79c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = attica-qt4
pkgrel = 4
url = https://projects.kde.org/projects/frameworks/attica
arch = x86_64
+ arch = i686
license = LGPL
makedepends = cmake
depends = qt4
diff --git a/PKGBUILD b/PKGBUILD
index bb872e1d23fc..e7b029fb0d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=attica-qt4
pkgver=0.4.2
pkgrel=4
pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
-arch=('x86_64')
+arch=('x86_64' 'i686')
url='https://projects.kde.org/projects/frameworks/attica'
license=('LGPL')
depends=('qt4')