makedeb


tutanota-desktop-bin 227.240429.0-0


Official Tutanota email client

Click here to go back to the commit logs for tutanota-desktop-bin.

Commit:


Hash: e993ad4f14967dbf807c8b093a19867c4d0f6e36

Message: real 3.98.24, previous was duplicate 3.98.20

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3b46d24..8cd6ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = tutanota-desktop-bin
 pkgbase = tutanota-desktop-bin
 pkgdesc = Official Tutanota email client
 pkgrel = 0
-pkgver = 3.98.24
+pkgver = 3.98.24.real
 url = https://tutanota.com
 arch = amd64
 conflicts = tutanota-desktop
@@ -17,11 +17,11 @@ makedepends = libssl1.1
 optdepends = libappindicator3-1: StatusNotifierItem support
 provides = tutanota-desktop
 replaces = tutanota-desktop-linux
-source = tutanota-desktop-3.98.24.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
-source = linux-sig-3.98.24.bin::https://mail.tutanota.com/desktop/linux-sig.bin
-source = tutao-pub-3.98.24.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.98.24/tutao-pub.pem
-sha256sums = d5e7823ded7eae1aaf2d17f5b0df75cefdef2f453d04cb02929b3c5689a8b329
-sha256sums = 06722fff7b205f2d88ade68723312f6b71aad1cacde6fe2e46e5d1790e82f464
+source = tutanota-desktop-3.98.24.real.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
+source = linux-sig-3.98.24.real.bin::https://mail.tutanota.com/desktop/linux-sig.bin
+source = tutao-pub-3.98.24.real.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.98.24/tutao-pub.pem
+sha256sums = bbb6604b54a65faa8fb8a39df9857b6cb7e4caf7c8884c15fc5b11c2ddd90db0
+sha256sums = 37c6a3498b1a62542721a1d5dd278f65f7e0e952f555960c8e4f1d3d32659b5d
 sha256sums = 837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd
 makedepends = libssl1.1
 optdepends = libappindicator3-1: StatusNotifierItem support
diff --git a/PKGBUILD b/PKGBUILD
index 7e7ade1..b598742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie (AUR) <mark dot wagie at tutanota dot com>
 # Contributor: Aaron J. Graves (AUR) <linux@ajgraves.com>
 pkgname=tutanota-desktop-bin
-pkgver=3.98.24
+pkgver=3.98.24.real
 pkgrel=0
 pkgdesc="Official Tutanota email client"
 arch=('amd64')
@@ -13,12 +13,13 @@ makedepends=('libssl1.1')
 optdepends=('libappindicator3-1: StatusNotifierItem support')
 source=("${pkgname%-bin}-$pkgver.AppImage::https://mail.tutanota.com/desktop/${pkgname%-bin}-linux.AppImage"
         "linux-sig-$pkgver.bin::https://mail.tutanota.com/desktop/linux-sig.bin"
-        "tutao-pub-$pkgver.pem::https://github.com/tutao/tutanota/raw/${pkgname%-bin}-release-$pkgver/tutao-pub.pem")
+        #FIXME
+        "tutao-pub-$pkgver.pem::https://github.com/tutao/tutanota/raw/${pkgname%-bin}-release-${pkgver%.real}/tutao-pub.pem")
 provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux")
 replaces=("${pkgname%-bin}-linux")
-sha256sums=('d5e7823ded7eae1aaf2d17f5b0df75cefdef2f453d04cb02929b3c5689a8b329'
-            '06722fff7b205f2d88ade68723312f6b71aad1cacde6fe2e46e5d1790e82f464'
+sha256sums=('bbb6604b54a65faa8fb8a39df9857b6cb7e4caf7c8884c15fc5b11c2ddd90db0'
+            '37c6a3498b1a62542721a1d5dd278f65f7e0e952f555960c8e4f1d3d32659b5d'
             '837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd')
 
 prepare() {