author | Alexander Rødseth
<xyproto@archlinux.org> 2016-02-18 07:08:22 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2016-02-18 07:08:22 UTC |
parent | 28ed1d144d1d67c4392ee9338f5570de7dadc65a |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index bf0c9b7..25ca665 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,8 +11,8 @@ pkgname=('go' 'go-tools') epoch=2 -pkgver=1.5.3 -pkgrel=3 +pkgver=1.6 +pkgrel=1 arch=('x86_64' 'i686') url='http://golang.org/' license=('BSD') @@ -96,8 +96,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