summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-26 12:49:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-26 12:49:51 +0200
commitd6bc4794221c429e330fa0337667a87d42139b7e (patch)
treeeab3e37902fd3e1f867043b0cb17b4cb86067960 /community
parentc65cd7e9a811df33254b1ff61d86cf25162128a9 (diff)
downloadpackages-d6bc4794221c429e330fa0337667a87d42139b7e.tar.xz
community/packagekit: using pokit-duktape on i486
Diffstat (limited to 'community')
-rw-r--r--community/packagekit/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD
new file mode 100644
index 00000000..3fecb551
--- /dev/null
+++ b/community/packagekit/PKGBUILD
@@ -0,0 +1,5 @@
+# use polkit-duktape instead of polkit on i486
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//polkit/})
+ makedepends+=(polkit-duktape)
+fi