summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkari-chan2021-11-29 01:02:45 +0300
committerAkari-chan2021-11-29 01:02:45 +0300
commitb730b28fee97073ecce29a385c22d7666e03c5eb (patch)
treefbe68aac55c3bd838256052fdb65d3ef849c7da0 /PKGBUILD
parent1be3cdfb73a7462090bec2f5d8c04997e0376e83 (diff)
downloadaur-lsidups-git.tar.gz
build from vendor, so it'll stay alive for longer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d08af7e33826..e564fc48952a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lsidups-git
_pkgname=${pkgname%-git}
-pkgver=r96.1c468cd
+pkgver=r99.7891cfc
pkgrel=1
pkgdesc='Find duplicates / similar images from your terminal and export them as list or json'
@@ -34,7 +34,6 @@ build() {
CGO_ENABLED=0 go build \
-trimpath \
- -mod=readonly \
-ldflags "-s -w -X main.GitVersion=${pkgver}" \
.
}