summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2020-11-26 09:23:48 +0330
committerAli Molaei2020-11-26 09:23:48 +0330
commited263afdbc6cd380b5cfba32ae41d7e25c65ce29 (patch)
treea260a6ba973712320d2f937f5f12a8a15d50d3f2 /PKGBUILD
parente2668317cbc1ce9b719ccdd8b523f166830a7738 (diff)
downloadaur-ed263afdbc6cd380b5cfba32ae41d7e25c65ce29.tar.gz
Update to 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f28fb919ba1..2339d288bc81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge
-pkgver=1.5.0
+pkgver=1.5.2
pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
@@ -27,7 +27,7 @@ prepare() {
export PATH=$PATH:$(go env GOPATH)/bin/
git checkout "br-${pkgver}"
# fix versioning in source
- sed -i s/1.4.0-git/1.4.5-git/g Makefile
+ # sed -i s/1.4.0-git/1.4.5-git/g Makefile
make clean
make build
}