Date: Thursday, February 16, 2017 @ 23:48:04 Author: arodseth Revision: 212670
upgpkg: go 2:1.8-1 Modified: go/trunk/PKGBUILD Deleted: go/trunk/go.install ------------+ PKGBUILD | 5 ++--- go.install | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-16 23:39:07 UTC (rev 212669) +++ PKGBUILD 2017-02-16 23:48:04 UTC (rev 212670) @@ -11,9 +11,9 @@ # Contributor: John Luebs <[email protected]> pkgname=('go' 'go-tools') -pkgver=1.7.5 +epoch=2 +pkgver=1.8 pkgrel=1 -epoch=2 arch=('x86_64' 'i686') url='http://golang.org/' license=('BSD') @@ -113,7 +113,6 @@ '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" Deleted: go.install =================================================================== --- go.install 2017-02-16 23:39:07 UTC (rev 212669) +++ go.install 2017-02-16 23:48:04 UTC (rev 212670) @@ -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:
