Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:34 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:34 +0100
commit253373ffe6e8febde9ff5ad8a93311de41f40be1 (patch)
treee14839b0ef2fd61aaf78532903ecffbec2990201
parent15391774f7c68a9746a3b0d247e4e5df1230997e (diff)
extra/polkit-qt: using polkit instead of polkit-duktape again on i486
-rw-r--r--extra/polkit-qt/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/polkit-qt/PKGBUILD b/extra/polkit-qt/PKGBUILD
deleted file mode 100644
index 0bbf1066..00000000
--- a/extra/polkit-qt/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# use polkit-duktape on i486
-if [ "${CARCH}" = "i486" ]; then
- depends=(${depends[@]//polkit/})
- depends+=(polkit-duktape)
-fi
-