summaryrefslogtreecommitdiff
path: root/community/teeworlds/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-12-14 11:54:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-12-14 11:54:46 +0100
commitd08467e9f8a0d3a27d7e6880a8607ee37fe6f478 (patch)
treed45a6a17e4b9116945734f845ce96d7de0213c4b /community/teeworlds/PKGBUILD
parent500ec8d4e6dc3f4ee834c1dd9f4dc5bc43e37196 (diff)
downloadpackages-d08467e9f8a0d3a27d7e6880a8607ee37fe6f478.tar.xz
community/teeworlds: fix in packaging for 32-bit
Diffstat (limited to 'community/teeworlds/PKGBUILD')
-rw-r--r--community/teeworlds/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD
new file mode 100644
index 00000000..2dc03c3f
--- /dev/null
+++ b/community/teeworlds/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f package | \
+ sed '
+ s@x86_64@x86@g
+ '
+)"