From d6bc4794221c429e330fa0337667a87d42139b7e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 26 Sep 2021 12:49:51 +0200 Subject: community/packagekit: using pokit-duktape on i486 --- community/packagekit/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/packagekit/PKGBUILD (limited to 'community') 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 -- cgit v1.2.3-54-g00ecf