summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlaviu Tamas2018-11-11 17:01:42 -0500
committerFlaviu Tamas2018-11-11 17:01:42 -0500
commit4796e5cb0d7e0f2215c0f958cfc117491ead3c64 (patch)
tree83aa9d4eba3d5461a9d6fc22226bc04d4eaff8dc /PKGBUILD
parentf86f8b2e58c72f36cdff361796ad47d8c6b9c16b (diff)
downloadaur-polkit-qt4.tar.gz
Add i686 to arch list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b728e3913cc..827e87530279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=polkit-qt4
pkgver=0.112.0+git20180107
pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
-arch=(x86_64)
+arch=(x86_64 i686)
url='https://www.kde.org/'
license=(LGPL)
depends=(polkit qt4)