[arch-commits] Commit in go/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Oct 20 18:15:36 UTC 2016
Date: Thursday, October 20, 2016 @ 18:15:35
Author: arodseth
Revision: 192742
upgpkg: go 2:1.7.3-1
Modified:
go/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-20 17:55:44 UTC (rev 192741)
+++ PKGBUILD 2016-10-20 18:15:35 UTC (rev 192742)
@@ -11,7 +11,7 @@
# Contributor: John Luebs <jkluebs at gmail.com>
pkgname=('go' 'go-tools')
-pkgver=1.7.1
+pkgver=1.7.3
pkgrel=1
epoch=2
arch=('x86_64' 'i686')
@@ -75,7 +75,7 @@
done
# Distribution tools
- for tool in benchcmp bundle callgraph digraph eg fiximports guru html2article oracle present ssadump stress stringer ; do
+ for tool in benchcmp bundle callgraph digraph eg fiximports guru html2article present ssadump stress stringer ; do
$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool golang.org/x/tools/cmd/$tool
done
@@ -98,7 +98,7 @@
export GOROOT_BOOTSTRAP=/usr/lib/go
for tool in goimports gomvpkg gorename gotype \
- benchcmp bundle callgraph digraph eg fiximports guru html2article oracle present ssadump stress stringer; do
+ benchcmp bundle callgraph digraph eg fiximports guru html2article present ssadump stress stringer; do
GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
done
More information about the arch-commits
mailing list