mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
fix version 3.67.5
This commit is contained in:
parent
c1626e9c4a
commit
b5b6917c0d
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue