diff options
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ pkgbase = polkit-qt4 pkgrel = 1 url = https://www.kde.org/ arch = x86_64 + arch = i686 license = LGPL makedepends = cmake makedepends = polkit @@ -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) |