From 010c373988311376071c7d54a5ae6ca81bf5cad7 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 18 Feb 2016 13:15:03 +0000 Subject: [PATCH] community/go to 1.6-1 --- community/go/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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