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

Alexander Rødseth arodseth at archlinux.org
Wed Aug 27 07:17:51 UTC 2014


    Date: Wednesday, August 27, 2014 @ 09:17:51
  Author: arodseth
Revision: 117952

Fix for FS#41561

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-27 06:57:53 UTC (rev 117951)
+++ PKGBUILD	2014-08-27 07:17:51 UTC (rev 117952)
@@ -12,7 +12,7 @@
 pkgname=go
 epoch=2
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'

Modified: go.install
===================================================================
--- go.install	2014-08-27 06:57:53 UTC (rev 117951)
+++ go.install	2014-08-27 07:17:51 UTC (rev 117952)
@@ -10,6 +10,13 @@
   echo '    export PATH=$PATH:~/go/bin'
   echo '    go get code.google.com/p/go-tour/gotour'
   echo
+  ####
+  post_upgrade
 }
 
+post_upgrade() {
+  # See FS#41561
+  go install std 
+}
+
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list