summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/wireguard-arch/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/wireguard-arch/PKGBUILD b/community/wireguard-arch/PKGBUILD
new file mode 100644
index 00000000..918789a7
--- /dev/null
+++ b/community/wireguard-arch/PKGBUILD
@@ -0,0 +1,8 @@
+if [ "$CARCH" = 'pentium4' ]; then
+ eval "$(
+ declare -f package | \
+ sed '
+ s@\$CARCH@i686@g
+ '
+ )"
+fi