From b5b6917c0dec159f28596c4fafb7b150b42dd9d4 Mon Sep 17 00:00:00 2001 From: David Vilar Benet Date: Mon, 12 Feb 2024 02:30:54 +0100 Subject: [PATCH] fix version 3.67.5 --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6f833c0af038..d3d40f4a8311 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = trufflehog pkgdesc = Tool for finding secrets like private keys and credentials. pkgver = 3.67.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/trufflesecurity/trufflehog arch = x86_64 license = AGPL3 diff --git a/PKGBUILD b/PKGBUILD index 064ca9175a64..63301fcdd993 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=trufflehog pkgver=3.67.5 -pkgrel=1 +pkgrel=2 pkgdesc="Tool for finding secrets like private keys and credentials." arch=('x86_64') url="https://github.com/trufflesecurity/trufflehog" @@ -16,7 +16,7 @@ sha512sums=('e4259c135a127e6064dc3cf7c655259685d7189fc3c08005a4a281db682c4a68164 build() { cd "$pkgname-$pkgver" - GOPATH="$srcdir/build" go build -buildmode=pie -ldflags "-linkmode=external -extldflags=$LDFLAGS" -modcacherw -trimpath + GOPATH="$srcdir/build" go build -buildmode=pie -ldflags "-linkmode=external -extldflags \"$LDFLAGS\"" -modcacherw -trimpath } package() {