summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-31 07:23:26 +0100
committerErich Eckner <git@eckner.net>2019-01-31 07:23:26 +0100
commit353223d52419bc7c0d7ed837692b6216188ffee3 (patch)
tree1bd50adad5b54c318c8b33460724a8def69e042f /community/go/PKGBUILD
parente42c41edbec474bda5548438931e7503f0d13d72 (diff)
downloadpackages-353223d52419bc7c0d7ed837692b6216188ffee3.tar.xz
community/go: linux_amd64 -> linux_386
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 8b5039f9..106707ad 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -3,6 +3,10 @@ eval "$(
sed '
/install\( .*\)\? -race /d
'
+ declare -f package_go-pie | \
+ sed '
+ s,\(/linux_\)amd64\([_/]\),\1386\2,g
+ '
)"
export GOARCH=386 GO386=387