Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:11:18 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:11:18 +0100
commitae2fb1b661f4ee0589b56a055ec70ca86c142c06 (patch)
tree7f03c843b4a4d6f797e2e9f2be94293505c5c3e8 /community
parent48eb9fcdd4508ab65667e4a9c9823629e891a436 (diff)
community/packagekit: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'community')
-rw-r--r--community/packagekit/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD
deleted file mode 100644
index 3fecb551..00000000
--- a/community/packagekit/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//polkit/})
- makedepends+=(polkit-duktape)
-fi