diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 6389999aa..cf40b73a9 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -17,8 +17,8 @@ pkgname=('go' 'go-tools') epoch=2 -pkgver=1.5.3 -pkgrel=3 +pkgver=1.6 +pkgrel=1 arch=('arm' 'armv6h' 'armv7h' 'aarch64') url='http://golang.org/' license=('BSD') @@ -78,8 +78,9 @@ check() { export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH" export GOROOT_BOOTSTRAP=/usr/lib/go + # bundle does not compile with 1.6 for tool in godoc goimports gomvpkg gorename gotype \ - benchcmp bundle callgraph digraph eg fiximports html2article oracle present ssadump stress stringer; do + benchcmp callgraph digraph eg fiximports html2article oracle present ssadump stress stringer; do GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool done