summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-04-22 20:35:43 +0430
committerAli Molaei2022-04-22 20:35:43 +0430
commit2c5e697c9883545840607acd060b771c2c3f5776 (patch)
treedc30234950541ae1d5bc4126b14f823b5640e229
parentdc3a1afc0bd1146246125e411b9dc3aac90055b5 (diff)
downloadaur-2c5e697c9883545840607acd060b771c2c3f5776.tar.gz
Fix cloning issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf2a14a51b8..6cc857962bac 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 = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://protonmail.com/bridge
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = protonmail-bridge
conflicts = protonmail-bridge-bin
options = !emptydirs
options = !strip
- source = git://github.com/ProtonMail/proton-bridge.git#tag=br-2.1.1
+ source = git+https://github.com/ProtonMail/proton-bridge.git#tag=br-2.1.1
source = protonmail-bridge.desktop
sha256sums = SKIP
sha256sums = 226bc140ec5c34cfdff42b33058d045446a4006518d2660db932c7f51632b48a
diff --git a/PKGBUILD b/PKGBUILD
index 9f58a3a9743d..36f96a5ad43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=protonmail-bridge
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
url="https://protonmail.com/bridge"
@@ -19,7 +19,7 @@ conflicts=('protonmail-bridge-bin')
options=('!emptydirs' '!strip')
# Source to compile to a specific tag
-source=("git://github.com/ProtonMail/proton-bridge.git#tag=br-${pkgver}"
+source=("git+https://github.com/ProtonMail/proton-bridge.git#tag=br-${pkgver}"
"protonmail-bridge.desktop")
# Source to compile to a specific commit