Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / delve
Commits: afa88f8d by Morten Linderud at 2024-12-18T21:58:15+01:00 upgpkg: 1.24.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = delve pkgdesc = A debugger for the Go programming language. - pkgver = 1.23.1 + pkgver = 1.24.0 pkgrel = 1 url = https://github.com/go-delve/delve arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = delve optdepends = debuginfod: debuginfod support options = !lto options = strip - source = delve-1.23.1.tar.gz::https://github.com/go-delve/delve/archive/v1.23.1.tar.gz - sha256sums = 52554d682e7df2154affaa6c1a4e74ead1fe53959ac630f1118317031160a47d + source = delve-1.24.0.tar.gz::https://github.com/go-delve/delve/archive/v1.24.0.tar.gz + sha256sums = 940fc50d6338dfe515982ac5fcc3247616f23e2652048ac4f2b439ebd51741c1 pkgname = delve ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <foxbo...@archlinux.org> pkgname=delve -pkgver=1.23.1 +pkgver=1.24.0 pkgrel=1 pkgdesc="A debugger for the Go programming language." arch=('x86_64') @@ -11,7 +11,7 @@ makedepends=('go' 'git') optdepends=('debuginfod: debuginfod support') options=(!lto strip) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz") -sha256sums=('52554d682e7df2154affaa6c1a4e74ead1fe53959ac630f1118317031160a47d') +sha256sums=('940fc50d6338dfe515982ac5fcc3247616f23e2652048ac4f2b439ebd51741c1') build(){ cd "${pkgname}-${pkgver}" @@ -21,7 +21,7 @@ build(){ # export CGO_LDFLAGS="${LDFLAGS}" # export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw" export GOPATH="${srcdir}" - go build -ldflags='-compressdwarf=false -B gobuildid' ./cmd/dlv + go build -ldflags='-B gobuildid' ./cmd/dlv } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/afa88f8d807212a8c919ca559da165db4dd9353f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/afa88f8d807212a8c919ca559da165db4dd9353f You're receiving this email because of your account on gitlab.archlinux.org.