diff options
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 2f33f72fb6..04cc05927d 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.11 # This should be the latest commit on the corresponding release branch # https://github.com/golang/tools/commits/release-branch.go1.10 _toolsver="e9928cbe4ab476eebf6ff177f77b344773acfa9b" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" @@ -13,7 +13,6 @@ license="BSD" depends="binutils gcc" depends_dev="" makedepends="bash go-bootstrap" -options="!strip" provides="go-bootstrap=$pkgver-r$pkgrel" install="" subpackages="$pkgname-doc" |