[arch-commits] Commit in delve/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Mon Feb 7 17:59:42 UTC 2022
Date: Monday, February 7, 2022 @ 17:59:42
Author: foxboron
Revision: 1128490
upgpkg: delve 1.8.1-1
Modified:
delve/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-07 17:59:35 UTC (rev 1128489)
+++ PKGBUILD 2022-02-07 17:59:42 UTC (rev 1128490)
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=delve
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="A debugger for the Go programming language."
arch=('x86_64')
@@ -8,8 +8,9 @@
url="https://github.com/go-delve/delve"
license=('MIT')
makedepends=('go' 'git')
+optdepends=('debuginfod: debuginfod support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz")
-sha256sums=('086106a4776fa155bf20c37d27b9caed55255be6359c7f0bda1893d3adbb614e')
+sha256sums=('e5b2ec78add2a167e1fdc11e3e189dec1bbed2cd9b6e99b3d79c0630b4b83e37')
build(){
cd "${pkgname}-${pkgver}"
@@ -17,7 +18,7 @@
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
+ export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -ldflags=-compressdwarf=false -mod=readonly -modcacherw"
go build ./cmd/dlv
}
More information about the arch-commits
mailing list