summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-10 15:59:25 +0100
committerCarl Smedstad2024-01-10 15:59:41 +0100
commitb142fc4417128d2f4aaf676e8fb02562068c954a (patch)
tree555f37ab07df084817e4fa557ab79ed77259ba0f
parentb8962cddd3ba1800c2f4ed3802d1d6a8b076372c (diff)
downloadaur-b142fc4417128d2f4aaf676e8fb02562068c954a.tar.gz
Publish version 3.7.1-2 - Set -buildvcs=false for go build
We're building from an archive, not a repository, so disable Go's builtin VCS metadata extraction.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec423379895..eb2e957c98d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protonmail-bridge
pkgdesc = Integrate ProtonMail paid account with any program that supports IMAP and SMTP
pkgver = 3.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProtonMail/proton-bridge
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index fcfcd84221e2..ca24040d169f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(
protonmail-bridge
)
pkgver=3.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=(x86_64)
url="https://github.com/ProtonMail/proton-bridge"
@@ -83,7 +83,7 @@ build() {
-X 'github.com/ProtonMail/proton-bridge/v3/internal/constants.BuildEnv=Arch Linux' \
"
- go build -v \
+ go build -v -buildvcs=false \
-ldflags "$_ld_flags" \
-o bridge \
./cmd/Desktop-Bridge/