Date: Thursday, February 18, 2016 @ 08:08:22 Author: arodseth Revision: 162202
upgpkg: go 2:1.6-1 Modified: go/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-18 06:49:55 UTC (rev 162201) +++ PKGBUILD 2016-02-18 07:08:22 UTC (rev 162202) @@ -12,8 +12,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') @@ -97,8 +97,9 @@ 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