diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/packagekit/PKGBUILD | 5 |
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 |