Date: Thursday, July 21, 2016 @ 21:38:46 Author: arodseth Revision: 183675
upgpkg: go 2:1.6.3-1 Modified: go/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-21 20:56:28 UTC (rev 183674) +++ PKGBUILD 2016-07-21 21:38:46 UTC (rev 183675) @@ -11,8 +11,8 @@ # Contributor: John Luebs <[email protected]> pkgname=('go' 'go-tools') -pkgver=1.6.2 -pkgrel=2 +pkgver=1.6.3 +pkgrel=1 epoch=2 arch=('x86_64' 'i686') url='http://golang.org/' @@ -69,7 +69,7 @@ bash make.bash --no-clean # System-wide tools - for tool in godex godoc goimports gomvpkg gorename gotype; do + for tool in godex goimports gomvpkg gorename gotype; do $GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool $GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool done @@ -97,7 +97,7 @@ export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH" export GOROOT_BOOTSTRAP=/usr/lib/go - for tool in godoc goimports gomvpkg gorename gotype \ + for tool in goimports gomvpkg gorename gotype \ 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 @@ -112,7 +112,7 @@ 'git: for fetching sources from git repositories' 'bzr: for fetching sources from bazaar repositories' 'subversion: for fetching sources from subversion repositories' - 'go-tools: godoc, goimports, gorename, and other tools.') + 'go-tools: doc, goimports, gorename, and other tools.') install="$pkgname.install" cd "$pkgname-$pkgver" @@ -145,7 +145,7 @@ install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION" - # For godoc + # For the doc command install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico" # Clean Windows specific files. @@ -159,7 +159,7 @@ } package_go-tools() { - pkgdesc='Developer tools for the Go programming language (includes godoc)' + pkgdesc='Developer tools for the Go programming language' depends=('go>2:1.5.3-1') GOOS=linux
