summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 13:57:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-06-11 13:57:44 +0200
commitbf4072573f3135b23f2cc89ba26739aa22be88a9 (patch)
tree2500a189f70b98f5c78d09018640e28195b0ac2d /community
parent20868a809d685eb41131ec54e8d6440ea646737f (diff)
downloadpackages-bf4072573f3135b23f2cc89ba26739aa22be88a9.tar.xz
community/polkit-gnome: using polkit-duktape on i486
Diffstat (limited to 'community')
-rw-r--r--community/polkit-gnome/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD
new file mode 100644
index 00000000..89363abe
--- /dev/null
+++ b/community/polkit-gnome/PKGBUILD
@@ -0,0 +1,5 @@
+# use polkit-duktape instead of polkit on i486
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+fi