diff --git a/go/PKGBUILD b/go/PKGBUILD index f237b8abd..e7a1cfd12 100644 --- a/go/PKGBUILD +++ b/go/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('go' 'go-tools') -pkgver=1.7.1 +pkgver=1.7.3 pkgrel=1 arch=('x86_64') url='http://golang.org/' @@ -55,7 +55,7 @@ build() { done # Distribution tools - for tool in benchcmp bundle callgraph digraph eg fiximports html2article oracle present ssadump stress stringer ; do + for tool in benchcmp bundle callgraph digraph eg fiximports html2article present ssadump stress stringer ; do $GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool $GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool golang.org/x/tools/cmd/$tool done @@ -76,7 +76,7 @@ check() { # bundle does not compile with 1.6 for tool in goimports gomvpkg gorename gotype \ - benchcmp bundle callgraph digraph eg fiximports guru html2article oracle present ssadump stress stringer; do + benchcmp bundle callgraph digraph eg fiximports guru html2article present ssadump stress stringer; do GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool done