[arch-commits] Commit in go-tools/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Sep 3 20:24:39 UTC 2019
Date: Tuesday, September 3, 2019 @ 20:24:38
Author: foxboron
Revision: 507945
upgpkg: go-tools 2:1.13+3523+65e3620a7-1
Adds gopls
Fixes https://bugs.archlinux.org/task/63008
Modified:
go-tools/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-03 20:23:46 UTC (rev 507944)
+++ PKGBUILD 2019-09-03 20:24:38 UTC (rev 507945)
@@ -3,8 +3,8 @@
pkgname=go-tools
epoch=2
-pkgver=1.12+2917+aa8296574
-pkgrel=2
+pkgver=1.13+3523+65e3620a7
+pkgrel=1
pkgdesc='Developer tools for the Go programming language'
arch=(x86_64)
url='https://golang.org/'
@@ -11,8 +11,8 @@
license=(BSD)
depends=(glibc)
makedepends=(git go-pie)
-_commit=aa82965741a9fecd12b026fbb3d3c6ed3231b8f8
-_net_commit=cdfb69ac37fc6fa907650654115ebebb3aae2087
+_commit=65e3620a7ae7ac25e8494a60f0e5ef4e4fba03b3
+_net_commit=74dc4d7220e7acc4e100824340f3e66577424772
source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit
golang-net::git+https://github.com/golang/net#commit=$_net_commit)
md5sums=('SKIP'
@@ -20,11 +20,11 @@
_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
go-contrib-init godex godoc goimports gomvpkg gorename gotype
- goyacc guru html2article present ssadump stringer
+ goyacc guru html2article present ssadump stringer gopls
toolstash)
pkgver() {
- local _gover=1.12
+ local _gover=1.13
cd go-tools
printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
More information about the arch-commits
mailing list