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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Nov 1 14:49:33 UTC 2013


    Date: Friday, November 1, 2013 @ 15:49:33
  Author: arodseth
Revision: 100095

Updated the installation instructions to include adding $GOPATH/bin to the path.

Modified:
  go/trunk/PKGBUILD
  go/trunk/go.install

------------+
 PKGBUILD   |    2 +-
 go.install |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-01 14:49:10 UTC (rev 100094)
+++ PKGBUILD	2013-11-01 14:49:33 UTC (rev 100095)
@@ -10,7 +10,7 @@
 
 pkgname=go
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')

Modified: go.install
===================================================================
--- go.install	2013-11-01 14:49:10 UTC (rev 100094)
+++ go.install	2013-11-01 14:49:33 UTC (rev 100095)
@@ -3,6 +3,7 @@
   echo "Example use of the \"go\" tool as a user:"
   echo "    mkdir ~/go"
   echo "    export GOPATH=~/go"
+  echo "    export PATH=\$PATH:\$GOPATH/bin"
   echo "    go get website.com/user/module"
 }
 




More information about the arch-commits mailing list