summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2020-10-23 23:37:28 +0330
committerAli Molaei2020-10-23 23:37:28 +0330
commit73747e384fe0c90d79970518962b8b50b67209bb (patch)
tree8dbc5877e4b0b8a61d70ffe385cba5156c32dff8
parenta6de72e329b3e17f8b88b7b49942cbdc263e786c (diff)
downloadaur-73747e384fe0c90d79970518962b8b50b67209bb.tar.gz
Update to 1.4.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200ed7e7c83c..7df91ff23377 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 = 1.3.3
- pkgrel = 2
+ pkgver = 1.4.5
+ pkgrel = 1
url = https://www.protonmail.com/bridge
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 0c358f93ca6f..2fe27934d08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
url="https://www.protonmail.com/bridge"
@@ -25,7 +25,9 @@ sha256sums=('SKIP'
prepare() {
cd ${srcdir}/proton-bridge/
export PATH=$PATH:$(go env GOPATH)/bin/
- git checkout "v${pkgver}"
+ git checkout "br-${pkgver}"
+ # fix versioning in source
+ sed -i s/1.4.0-git/1.4.5-git/g Makefile
make clean
make build
}