summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-08-14 21:50:38 +0430
committerAli Molaei2022-08-14 21:50:38 +0430
commite265f46490099f1b10a489236745ee1d3a214d72 (patch)
tree1fd1eaf7086703c54c425875d489edf731fb8c3e
parent32eb8350177fa414bb2ac6eb5a7c75d468e83c26 (diff)
downloadaur-e265f46490099f1b10a489236745ee1d3a214d72.tar.gz
Update to 2.2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc34f9354d9f..9e7d2e0ffd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protonmail-bridge
pkgdesc = Integrate ProtonMail paid account with any program that supports IMAP and SMTP
- pkgver = 2.1.3
+ pkgver = 2.2.2
pkgrel = 1
url = https://protonmail.com/bridge
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = protonmail-bridge
conflicts = protonmail-bridge-bin
options = !emptydirs
options = !strip
- source = git+https://github.com/ProtonMail/proton-bridge.git#tag=br-2.1.3
+ source = git+https://github.com/ProtonMail/proton-bridge.git#tag=v-2.2.2
source = protonmail-bridge.desktop
sha256sums = SKIP
sha256sums = 226bc140ec5c34cfdff42b33058d045446a4006518d2660db932c7f51632b48a
diff --git a/PKGBUILD b/PKGBUILD
index 200af73f111a..e9bc80e3b3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge
-pkgver=2.1.3
+pkgver=2.2.2
pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
@@ -20,7 +20,7 @@ conflicts=('protonmail-bridge-bin')
options=('!emptydirs' '!strip')
# Source to compile to a specific tag
-source=("git+https://github.com/ProtonMail/proton-bridge.git#tag=br-${pkgver}"
+source=("git+https://github.com/ProtonMail/proton-bridge.git#tag=v${pkgver}"
"protonmail-bridge.desktop")
# Source to compile to a specific commit