[arch-commits] Commit in go-tools/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Oct 14 15:22:50 UTC 2019
Date: Monday, October 14, 2019 @ 15:22:49
Author: foxboron
Revision: 515715
upgpkg: go-tools 2:1.13+3523+65e3620a7-2
go 1.13.1 security rebuild
Modified:
go-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 15:19:23 UTC (rev 515714)
+++ PKGBUILD 2019-10-14 15:22:49 UTC (rev 515715)
@@ -4,7 +4,7 @@
pkgname=go-tools
epoch=2
pkgver=1.13+3523+65e3620a7
-pkgrel=1
+pkgrel=2
pkgdesc='Developer tools for the Go programming language'
arch=(x86_64)
url='https://golang.org/'
@@ -39,7 +39,7 @@
build() {
export GOPATH="$srcdir/gopath"
cd gopath/src/golang.org/x/tools
- go install -v -a -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
+ go install -v -a -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/...
}
check() {
More information about the arch-commits
mailing list