summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAseem Athale <athaleaseem@gmail.com>2021-06-28 13:26:38 +0530
committerErich Eckner <git@eckner.net>2021-06-30 18:55:18 +0200
commitf720e4923410e18e06f2041a233f0bedb5e90375 (patch)
treec2c2245c965b02cde2d68a1b33a6e7b3e4a832ac
parentb02a04bc6caff7c08251092c44cf5483912c7ad1 (diff)
downloadpackages-f720e4923410e18e06f2041a233f0bedb5e90375.tar.xz
community:go: fix failing 1.16 build.
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--community/go/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index d28d6699..c91ab22e 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -12,6 +12,6 @@ eval "$(
eval "$(
declare -f build check _package \
| sed '
- s/\(export GOARCH=\)amd64/\1386 GO386=387/
+ s/\(export GOARCH=\)amd64/\1386 GO386=softfloat/
'
)"