makedeb


proton-mail-bin 1.0.6-2


Desktop application for Mail and Calendar, made with Electron

Click here to go back to the commit logs for proton-mail-bin.

Commit:


Hash: 6a651d7a403f1b4a1b2de80c4485bc05687be636

Message: Fix format of source URL * Increment the `pkgrel` number.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3367652..eb68b72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = proton-mail-bin
 	pkgdesc = Desktop application for Mail and Calendar, made with Electron
 	pkgver = 1.0.6
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/ProtonMail/inbox-desktop
 	arch = amd64
 	license = GPL-3.0-or-later
 	provides = proton-mail
 	conflicts = proton-mail
 	conflicts = proton-mail-deb
-	noextract = proton-mail-bin_1.0.6-1_amd64.deb
-	source = proton-mail-bin_1.0.6-1_amd64.deb::https://github.com/ProtonMail/inbox-desktop/releases/download/1.0.6/proton-mail_v1.0.6-amd64.deb
+	noextract = proton-mail-bin_1.0.6-2_amd64.deb
+	source = proton-mail-bin_1.0.6-2_amd64.deb::https://github.com/ProtonMail/inbox-desktop/releases/download/1.0.6/proton-mail_1.0.6_amd64.deb
 	b2sums = b58f7d8ca9286990000c831d74bb8867498f6d6b49cf6df763fd13ae9b1cd07420a61a81d498ef2ab35b5f11b075084479c90809d5eb9f09b16e810ed64b68bf
 
 pkgname = proton-mail-bin
diff --git a/PKGBUILD b/PKGBUILD
index 469a05a..b4ffcc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 _pkgname="proton-mail"
 pkgname="proton-mail-bin"
 pkgver='1.0.6'
-pkgrel='1'
+pkgrel='2'
 pkgdesc="Desktop application for Mail and Calendar, made with Electron"
 arch=('amd64')
 depends=()
 license=('GPL-3.0-or-later')
 url="https://github.com/ProtonMail/inbox-desktop"
-source=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${url}/releases/download/${pkgver}/${_pkgname}_v${pkgver}-${arch}.deb")
+source=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}_${arch}.deb")
 b2sums=('b58f7d8ca9286990000c831d74bb8867498f6d6b49cf6df763fd13ae9b1cd07420a61a81d498ef2ab35b5f11b075084479c90809d5eb9f09b16e810ed64b68bf')
 noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
 provides=("${_pkgname}")