summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-11-10 20:05:26 +0330
committerAli Molaei2023-11-10 20:05:26 +0330
commit0a77d4d8717bd97d89abe41cfac4375650d7c562 (patch)
treea225ccb9ceadbe44546d58be846c0219f74a39a4
parent5aa7c9e0f78396ff81f18be5b1a0e8643913c78a (diff)
downloadaur-0a77d4d8717bd97d89abe41cfac4375650d7c562.tar.gz
Fix sha256sum and _pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bca5ff5a47a..2814fbcc9012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protonmail-bridge-bin
pkgdesc = Integrate ProtonMail paid account with any program that supports IMAP and SMTP
pkgver = 3.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.protonmail.com/bridge
arch = x86_64
license = GPL3
@@ -14,9 +14,9 @@ pkgbase = protonmail-bridge-bin
conflicts = protonmail-bridge
options = !emptydirs
options = !strip
- source = https://protonmail.com/download/bridge/protonmail-bridge_3.6.1-1_amd64.deb
+ source = https://protonmail.com/download/bridge/protonmail-bridge_3.6.1-2_amd64.deb
source = https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE
- sha256sums = 2a9be9c197df83edacb1baa4dd30d25ba9b9cba92ee69b714110ca1fedebccbd
+ sha256sums = 59c75d5023ba97447d45e8d5f0c1dda14a2c298714ebd39813a50cbc4b27f400
sha256sums = 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68
pkgname = protonmail-bridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fdc0b750eec..f0a62c84d7c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=protonmail-bridge-bin
pkgver=3.6.1
-pkgrel=1
-_pkgrel=1
+pkgrel=2
+_pkgrel=2
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
url="https://www.protonmail.com/bridge"
@@ -21,7 +21,7 @@ conflicts=('protonmail-bridge')
options=('!emptydirs' '!strip')
source=("https://protonmail.com/download/bridge/protonmail-bridge_${pkgver}-${_pkgrel}_amd64.deb"
"https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE")
-sha256sums=('2a9be9c197df83edacb1baa4dd30d25ba9b9cba92ee69b714110ca1fedebccbd'
+sha256sums=('59c75d5023ba97447d45e8d5f0c1dda14a2c298714ebd39813a50cbc4b27f400'
'1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68')
prepare() {