aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/go/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index d6b248c273..7424eecb34 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -4,7 +4,7 @@
pkgname=go
# go binaries are statically linked, security updates require rebuilds
pkgver=1.13.4
-pkgrel=0
+pkgrel=1
pkgdesc="Go programming language compiler"
url="https://golang.org/"
arch="all"
@@ -20,6 +20,7 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz
"
case "$CARCH" in
+ arm*|aarch64) depends="binutils-gold";;
x86) options="!check" ;; # FIXME
esac