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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Mar 3 12:15:26 UTC 2014


    Date: Monday, March 3, 2014 @ 13:15:26
  Author: arodseth
Revision: 106442

Upgrade to 1.2.1 + trying to include the go tools somehow

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-03 09:33:51 UTC (rev 106441)
+++ PKGBUILD	2014-03-03 12:15:26 UTC (rev 106442)
@@ -9,8 +9,8 @@
 # Contributor: Daniel YC Lin <dlin.tw at gmail.com>
 
 pkgname=go
-pkgver=1.2
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -59,8 +59,8 @@
   # Working methods to do the same that does not rely on "go get" are warmly welcome,
   # just create a feature request and include your solution.
 
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
+  #export GOROOT="$srcdir/$pkgname-$pkgver"
+  #export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
 
   if [ "$CARCH" == 'x86_64' ]; then
     export GOARCH=amd64




More information about the arch-commits mailing list