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: 39352411616d08a532cf4e1642e67107b4fa9866

Message: 3.89.20

Diff


diff --git a/.SRCINFO b/.SRCINFO
index cc08a05..1e40818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = tutanota-desktop-bin
 	pkgdesc = Official Tutanota email client
-	pkgver = 3.89.12
+	pkgver = 3.89.20
 	pkgrel = 1
 	url = https://tutanota.com
 	arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = tutanota-desktop-bin
 	conflicts = tutanota-desktop
 	conflicts = tutanota-desktop-linux
 	replaces = tutanota-desktop-linux
-	source = tutanota-desktop-3.89.12.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
-	source = linux-sig-3.89.12.bin::https://mail.tutanota.com/desktop/linux-sig.bin
-	source = tutao-pub-3.89.12.pem::https://github.com/tutao/tutanota/raw/tutanota-release-3.89.12/tutao-pub.pem
+	source = tutanota-desktop-3.89.20.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
+	source = linux-sig-3.89.20.bin::https://mail.tutanota.com/desktop/linux-sig.bin
+	source = tutao-pub-3.89.20.pem::https://github.com/tutao/tutanota/raw/tutanota-release-3.89.20/tutao-pub.pem
 	source = tutanota-desktop
-	sha512sums = 697b8935195975b268dff15bede2b06c91b8d994c7f743f552c1ad9208a573aef9a71af6f9e6dd93b1c94f6ada2f080322bf74bb91f6dc96c0e51ce077c7bdbf
-	sha512sums = 72ebbf05441ae40b868da749fe78b2bf570dbc43c1b701a42fa87d25653f71323cdcbb335b26a41d091bac5d03ee31447d7f95e8467d3d86aea7f7b7e7a4571c
+	sha512sums = 971553db1725f62745e81c4be3a64c51f01a24ff814615f042fe339dff20312f720f51b3c10ec6b0ef2a4af4e741cbfb5c11f0a6ea78fd5e0548f49bf196f5a3
+	sha512sums = 25c8974eb3ce1bfbb7012024f6e0cbe2605d0c69bfd5aa31159191611024b0ab9e5e3efb1670b7556068f160baf68065cbf55500d8e8b5cd0a1cdeca2a025c3a
 	sha512sums = 7c6cf9f1074c08b4d38567ced95159c0809af025efe01b0163d9bb5107daabfa873064255186c071a7dc3a9177ccd0c1b2fcc8b085bdbff234965a6710b3ae45
 	sha512sums = 373e1be50297177306ba2f6898fbb57e12b8360af5fb575b2711179e0e952b8e4e9de1d4a66675e441fbe7f8dd5c63d3bddf9114f6e3be95adb49703e597137f
 
diff --git a/PKGBUILD b/PKGBUILD
index b13daa7..6117183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
 # Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
 pkgname=tutanota-desktop-bin
-pkgver=3.89.12
+pkgver=3.89.20
 pkgrel=1
 pkgdesc="Official Tutanota email client"
 arch=('x86_64')
@@ -16,8 +16,8 @@ source=("${pkgname%-bin}-$pkgver.AppImage::https://mail.tutanota.com/desktop/${p
 provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux")
 replaces=("${pkgname%-bin}-linux")
-sha512sums=('697b8935195975b268dff15bede2b06c91b8d994c7f743f552c1ad9208a573aef9a71af6f9e6dd93b1c94f6ada2f080322bf74bb91f6dc96c0e51ce077c7bdbf'
-            '72ebbf05441ae40b868da749fe78b2bf570dbc43c1b701a42fa87d25653f71323cdcbb335b26a41d091bac5d03ee31447d7f95e8467d3d86aea7f7b7e7a4571c'
+sha512sums=('971553db1725f62745e81c4be3a64c51f01a24ff814615f042fe339dff20312f720f51b3c10ec6b0ef2a4af4e741cbfb5c11f0a6ea78fd5e0548f49bf196f5a3'
+            '25c8974eb3ce1bfbb7012024f6e0cbe2605d0c69bfd5aa31159191611024b0ab9e5e3efb1670b7556068f160baf68065cbf55500d8e8b5cd0a1cdeca2a025c3a'
             '7c6cf9f1074c08b4d38567ced95159c0809af025efe01b0163d9bb5107daabfa873064255186c071a7dc3a9177ccd0c1b2fcc8b085bdbff234965a6710b3ae45'
             '373e1be50297177306ba2f6898fbb57e12b8360af5fb575b2711179e0e952b8e4e9de1d4a66675e441fbe7f8dd5c63d3bddf9114f6e3be95adb49703e597137f')
 
@@ -31,6 +31,9 @@ prepare() {
 
   # Correct path for .desktop file
   sed -i 's|Exec=AppRun|Exec=/opt/tutanota-desktop/tutanota-desktop|g' "squashfs-root/${pkgname%-bin}.desktop"
+
+  # Remove X-AppImage-Version
+  sed -i '/AppImage/d' "squashfs-root/${pkgname%-bin}.desktop"
 }
 
 package() {