community/go to 1.6-1

This commit is contained in:
Kevin Mihelich 2016-02-18 13:15:03 +00:00
parent 2ca2664ec7
commit 010c373988

View file

@ -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