git » go-1.20.git » commit 21a8215

upgpkg: 2:1.8-1

author Alexander Rødseth
2017-02-16 23:48:04 UTC
committer Alexander Rødseth
2017-02-16 23:48:04 UTC
parent 7ed8c0a9c8a07fbf1c9d67ca055cabcc88935abd

upgpkg: 2:1.8-1

PKGBUILD +2 -3
go.install +0 -6

diff --git a/PKGBUILD b/PKGBUILD
index 64b2952..d1f4bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@
 # Contributor: John Luebs <jkluebs@gmail.com>
 
 pkgname=('go' 'go-tools')
-pkgver=1.7.5
-pkgrel=1
 epoch=2
+pkgver=1.8
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('BSD')
@@ -112,7 +112,6 @@ package_go() {
               'bzr: for fetching sources from bazaar repositories'
               'subversion: for fetching sources from subversion repositories'
               'go-tools: doc, goimports, gorename, and other tools.')
-  install="$pkgname.install"
 
   cd "$pkgname-$pkgver"
 
diff --git a/go.install b/go.install
deleted file mode 100644
index c96b545..0000000
--- a/go.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_upgrade() {
-  # Fixes FS#41561 and FS#44099
-  go install std 2> /dev/null || return 0
-}
-
-# vim:set ts=2 sw=2 et: