Date: Saturday, May 22, 2021 @ 20:23:30 Author: foxboron Revision: 942271
upgpkg: go-tools 4:1.1-1 Modified: go-tools/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-22 20:22:19 UTC (rev 942270) +++ PKGBUILD 2021-05-22 20:23:30 UTC (rev 942271) @@ -2,9 +2,9 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=go-tools -epoch=2 -pkgver=1.16+4895+c1934b75d0 -pkgrel=3 +epoch=4 +pkgver=1.1 +pkgrel=1 pkgdesc='Developer tools for the Go programming language' arch=(x86_64) url='https://golang.org/' @@ -11,7 +11,7 @@ license=(BSD) depends=(glibc) makedepends=(git go) -_commit=c1934b75d054975b79a8179cb6f0a9b8b3fa33cd +_commit=cd1d0887dc8cfcfb844340a5fce628c61da00a20 source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit) md5sums=('SKIP') @@ -19,12 +19,6 @@ go-contrib-init godex godoc goimports gomvpkg gorename gotype goyacc guru html2article present ssadump stringer toolstash) -pkgver() { - local _gover=1.16 - cd go-tools - printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - prepare() { cd go-tools mkdir -p bin/
