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

Alexander Rødseth arodseth at archlinux.org
Fri Jul 29 17:33:44 UTC 2016


    Date: Friday, July 29, 2016 @ 17:33:44
  Author: arodseth
Revision: 184635

upgpkg: go 2:1.6.3-2

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-29 17:07:23 UTC (rev 184634)
+++ PKGBUILD	2016-07-29 17:33:44 UTC (rev 184635)
@@ -12,7 +12,7 @@
 
 pkgname=('go' 'go-tools')
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 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 goimports gomvpkg gorename gotype; do
+  for tool in godex godoc 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
@@ -145,7 +145,7 @@
 
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  # For the doc command
+  # For godoc 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'
+  pkgdesc='Developer tools for the Go programming language (includes godoc)'
   depends=('go>2:1.5.3-1')
 
   GOOS=linux



More information about the arch-commits mailing list