Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/go/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/PKGBUILD')
-rw-r--r--community/go/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
deleted file mode 100644
index d28d6699..00000000
--- a/community/go/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-eval "$(
- declare -f build | \
- sed '
- /install\( .*\)\? -race /d
- '
- declare -f package_go-pie | \
- sed '
- s,\(/linux_\)amd64\([_/]\),\1386\2,g
- '
-)"
-
-eval "$(
- declare -f build check _package \
- | sed '
- s/\(export GOARCH=\)amd64/\1386 GO386=387/
- '
-)"