diff options
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 0f07597c90..1be387ac26 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" license="BSD" -depends="" +depends="binutils gcc" depends_dev="" makedepends="bash" options="!strip" |