[arch-commits] Commit in go-tools/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Sep 17 21:51:05 UTC 2020


    Date: Thursday, September 17, 2020 @ 21:51:05
  Author: foxboron
Revision: 709466

upgpkg: go-tools 2:1.15+4895+c1934b75d-2 - Solved FS#67922 - Removing gopls

Modified:
  go-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-17 21:50:56 UTC (rev 709465)
+++ PKGBUILD	2020-09-17 21:51:05 UTC (rev 709466)
@@ -4,7 +4,7 @@
 pkgname=go-tools
 epoch=2
 pkgver=1.15+4895+c1934b75d
-pkgrel=1
+pkgrel=2
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
 url='https://golang.org/'
@@ -17,8 +17,7 @@
 
 _tools=(benchcmp callgraph compilebench cover digraph eg fiximports
         go-contrib-init godex godoc goimports gomvpkg gorename gotype 
-        goyacc guru html2article present ssadump stringer gopls
-        toolstash)
+        goyacc guru html2article present ssadump stringer toolstash)
 
 pkgver() {
   local _gover=1.15
@@ -39,9 +38,6 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
   go build -o bin/ ./cmd/...
-
-  cd gopls
-  go build -o ../bin/ ./...
 }
 
 check() {
@@ -49,10 +45,6 @@
   # Needs to be updated and godoc is failing the test suite
   # See https://github.com/golang/go/issues/35690
   go test ./cmd/...  || true
-
-  # It's just broken.....
-  cd gopls
-  go test ./... || true
 }
 
 package() {



More information about the arch-commits mailing list