index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-01 10:14:54 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-07-01 10:14:54 +0200 |
commit | 0499999fd84abcfdea24f412b5df94e05fc1b1db (patch) | |
tree | 79f4792154948c63153b5ec988b83d653b880bb3 /community/go | |
parent | b02a04bc6caff7c08251092c44cf5483912c7ad1 (diff) |
-rw-r--r-- | community/go/PKGBUILD | 2 |
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index d28d6699..d1cd4d9f 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 / ' )" |