summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-26 05:16:47 -0600
committerBrian Bidulock2018-08-26 05:16:47 -0600
commit8552e91d2c6a8af56f327711bd83c9d7846b7f56 (patch)
treeeabfc8f1601e1788069623108c3f3e03867ecf71
parent9841b5bb6479f97df2c9fd0c6070bb12c674c494 (diff)
downloadaur-8552e91d2c6a8af56f327711bd83c9d7846b7f56.tar.gz
add i686
-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')