[arch-commits] Commit in go-tools/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Aug 28 11:05:21 UTC 2017
Date: Monday, August 28, 2017 @ 11:05:20
Author: bpiotrowski
Revision: 304277
2:1.9+2247+5d2fd3cc-1: bump to 1.9
Modified:
go-tools/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-28 10:34:40 UTC (rev 304276)
+++ PKGBUILD 2017-08-28 11:05:20 UTC (rev 304277)
@@ -3,16 +3,16 @@
pkgname=go-tools
epoch=2
-pkgver=1.8.r2071.5682db0e
-pkgrel=3
+pkgver=1.9+2247+5d2fd3cc
+pkgrel=1
pkgdesc='Developer tools for the Go programming language'
arch=(i686 x86_64)
url='http://golang.org/'
license=(BSD)
depends=(glibc)
-makedepends=(git go)
-_commit=5682db0e919ed9cfc6f52ac32e170511a106eb3b
-_net_commit=a6577fac2d73be281a500b310739095313165611
+makedepends=(git go-pie)
+_commit=5d2fd3ccab986d52112bf301d47a819783339d0e
+_net_commit=ab5485076ff3407ad2d02db054635913f017b0ed
source=(git+https://go.googlesource.com/tools#commit=$_commit
git+https://github.com/golang/net#commit=$_net_commit)
md5sums=('SKIP'
@@ -23,9 +23,9 @@
ssadump stringer)
pkgver() {
- local _gover=1.8
+ local _gover=1.9
cd tools
- printf "%s.r%s.%s" $_gover "$(git rev-list --count HEAD)" \
+ printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
More information about the arch-commits
mailing list