George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
go-tools


Commits:
976bfe7b by George Rawlinson at 2023-08-10T08:45:07+12:00
upgpkg: 4:0.12.0-1

* New upstream release.
* Enable debug package.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = go-tools
        pkgdesc = Developer tools for the Go programming language
-       pkgver = 0.11.1
+       pkgver = 0.12.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=7261b3269227f2c7636f7d4316ed3dd5122d17ff
+       source = 
go-tools::git+https://go.googlesource.com/tools#commit=229f8486be036a365bbcaf1172d01d089ea59965
        sha256sums = SKIP
 
 pkgname = go-tools


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=go-tools
 epoch=4
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
@@ -11,7 +11,7 @@ url='https://golang.org/'
 license=(BSD)
 depends=(glibc)
 makedepends=(git go)
-_commit=7261b3269227f2c7636f7d4316ed3dd5122d17ff       #refs/tags/v0.10.0
+_commit=229f8486be036a365bbcaf1172d01d089ea59965       #refs/tags/v0.12.0
 source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
 sha256sums=('SKIP')
 
@@ -30,8 +30,8 @@ build() {
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o bin/ ./cmd/...
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
+  go build -ldflags "-compressdwarf=false -linkmode external" -o bin/ ./cmd/...
 }
 
 check() {



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

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


Reply via email to