[arch-commits] Commit in go/trunk (PKGBUILD)

Pierre Neidhardt ambrevar at archlinux.org
Sat May 7 11:20:12 UTC 2016


    Date: Saturday, May 7, 2016 @ 13:20:12
  Author: ambrevar
Revision: 174067

upgpkg: go 2:1.6.2-2

go-tools: Add guru

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 11:08:51 UTC (rev 174066)
+++ PKGBUILD	2016-05-07 11:20:12 UTC (rev 174067)
@@ -12,7 +12,7 @@
 
 pkgname=('go' 'go-tools')
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 epoch=2
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -75,7 +75,7 @@
   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 guru html2article oracle 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
@@ -97,9 +97,8 @@
   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 callgraph digraph eg fiximports html2article oracle present ssadump stress stringer; do
+    benchcmp bundle callgraph digraph eg fiximports guru html2article oracle present ssadump stress stringer; do
     GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
   done
 



More information about the arch-commits mailing list