Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
go-tools


Commits:
24d98cde by Morten Linderud at 2024-04-18T19:57:47+02:00
upgpkg: 4:0.20.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = go-tools
        pkgdesc = Developer tools for the Go programming language
-       pkgver = 0.19.0
+       pkgver = 0.20.0
        pkgrel = 1
        epoch = 4
        url = https://golang.org/
@@ -9,7 +9,7 @@ pkgbase = go-tools
        makedepends = git
        makedepends = go
        depends = glibc
-       source = 
go-tools::git+https://go.googlesource.com/tools#commit=7656c4c657688cae30795365d2a5f30d6f18be7f
-       sha256sums = SKIP
+       source = go-tools::git+https://go.googlesource.com/tools#tag=v0.20.0
+       sha256sums = 
dad882adc8c62a90b737433256c1264e44cd61609e88679e55998b179bf13712
 
 pkgname = go-tools


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=go-tools
 epoch=4
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
@@ -11,18 +11,12 @@ url='https://golang.org/'
 license=(BSD)
 depends=(glibc)
 makedepends=(git go)
-_commit=7656c4c657688cae30795365d2a5f30d6f18be7f       #refs/tags/v0.19.0
-source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
-sha256sums=('SKIP')
+source=(go-tools::git+https://go.googlesource.com/tools#tag=v$pkgver)
+sha256sums=('dad882adc8c62a90b737433256c1264e44cd61609e88679e55998b179bf13712')
 
 _tools=(benchcmp callgraph compilebench digraph eg fiximports
         go-contrib-init godex godoc goimports gomvpkg gorename gotype 
-        goyacc guru html2article present ssadump stringer toolstash)
-
-pkgver() {
-  cd go-tools
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
+        goyacc html2article present ssadump stringer toolstash)
 
 prepare() {
     cd go-tools



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/24d98cde4fcd43edbdf225dc896fa9b87d086eec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/24d98cde4fcd43edbdf225dc896fa9b87d086eec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to