Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-24 19:48:32 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-24 19:48:32 +0300
commitf41c389e7a9d35ba454a0e288512d15639095718 (patch)
tree62929a01b89d34f55b2b2c1faf8b8a8b44b2bda1 /extra
parentf9be1ae30394a5a65817d1adb653ce17bea8de2b (diff)
extra/godot: Fix CARCH
Diffstat (limited to 'extra')
-rw-r--r--extra/godot/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/godot/PKGBUILD b/extra/godot/PKGBUILD
new file mode 100644
index 00000000..849d64a5
--- /dev/null
+++ b/extra/godot/PKGBUILD
@@ -0,0 +1,2 @@
+eval "$(declare -f build | sed 's@$CARCH@x86_32@')"
+eval "$(declare -f package | sed 's@$CARCH@x86_32@')"