diff options
author | Flaviu Tamas | 2018-11-11 17:01:42 -0500 |
---|---|---|
committer | Flaviu Tamas | 2018-11-11 17:01:42 -0500 |
commit | 4796e5cb0d7e0f2215c0f958cfc117491ead3c64 (patch) | |
tree | 83aa9d4eba3d5461a9d6fc22226bc04d4eaff8dc | |
parent | f86f8b2e58c72f36cdff361796ad47d8c6b9c16b (diff) | |
download | aur-4796e5cb0d7e0f2215c0f958cfc117491ead3c64.tar.gz |
Add i686 to arch list
-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) |