summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkari-chan2021-11-29 01:02:45 +0300
committerAkari-chan2021-11-29 01:02:45 +0300
commitb730b28fee97073ecce29a385c22d7666e03c5eb (patch)
treefbe68aac55c3bd838256052fdb65d3ef849c7da0
parent1be3cdfb73a7462090bec2f5d8c04997e0376e83 (diff)
downloadaur-lsidups-git.tar.gz
build from vendor, so it'll stay alive for longer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f90c5cc19fbf..8c29ccf20692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lsidups-git
pkgdesc = Find duplicates / similar images from your terminal and export them as list or json
- pkgver = r96.1c468cd
+ pkgver = r99.7891cfc
pkgrel = 1
url = https://github.com/MahouShoujoMivutilde/lsidups
arch = x86_64
@@ -20,4 +20,3 @@ pkgbase = lsidups-git
sha256sums = SKIP
pkgname = lsidups-git
-
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}" \
.
}