summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vilar Benet2024-02-12 02:30:54 +0100
committerDavid Vilar Benet2024-02-12 02:30:54 +0100
commitb5b6917c0dec159f28596c4fafb7b150b42dd9d4 (patch)
tree6ffd863884267c3ec57f606589a3afa4d527a61c
parentc1626e9c4a7984a125b141517892dffd1eb43709 (diff)
downloadaur-b5b6917c0dec159f28596c4fafb7b150b42dd9d4.tar.gz
fix version 3.67.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
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() {