summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-02-17 10:00:29 +0330
committerAli Molaei2021-02-17 10:00:29 +0330
commit866fda2a972f4dec67664a46f3d668eb1b12b2ff (patch)
tree8eec31833c6c00d7b486d69a52b7a630e36353a9
parenta29efc4ca1b4f4ebfaeefcb22193609902656331 (diff)
downloadaur-866fda2a972f4dec67664a46f3d668eb1b12b2ff.tar.gz
Update to 1.6.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 202d308c0529..03286b89038d 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 = 1.5.7
+ pkgver = 1.6.3
pkgrel = 1
url = https://protonmail.com/bridge
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0e3674f24a8c..4eb87199d09d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge
-pkgver=1.5.7
+pkgver=1.6.3
pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
@@ -30,7 +30,7 @@ prepare() {
# export CGO_LDFLAGS="${LDFLAGS}"
# export QMAKE_CXXFLAGS=$QMAKE_CXXFLAGS" -fno-sized-deallocation"
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