makedeb
Official Tutanota email client
Click here to go back to the commit logs for tutanota-desktop-bin.
Hash: 9be8c6399b824a9e14044de1138d5e9761c5fdcf
Message: 3.118.8
diff --git a/.SRCINFO b/.SRCINFO
index d93517d..2a4e127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,10 @@ pkgname = tutanota-desktop-bin
pkgbase = tutanota-desktop-bin
pkgdesc = Official Tutanota email client
pkgrel = 0
-pkgver = 3.118.7
+pkgver = 3.118.8
url = https://tutanota.com
arch = amd64
conflicts = tutanota-desktop
-conflicts = tutanota-desktop-linux
depends = libasound2
depends = libgtk-3-0
depends = libsecret-1-0
@@ -15,11 +14,10 @@ depends = libnss3
license = GPL3
makedepends = openssl
provides = tutanota-desktop
-replaces = tutanota-desktop-linux
-source = tutanota-desktop-3.118.7.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
-source = linux-sig-3.118.7.bin::https://mail.tutanota.com/desktop/linux-sig.bin
-source = tutao-pub-3.118.7.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.118.7/tutao-pub.pem
-sha256sums = ea7adefc3b5f040afe9681a02c364676981e8aeefdd92847ed51d85069e572d5
-sha256sums = 69d566f0f70b44648d23e01cfe230eaa41076b1452b1420d56f3a0452217f1bb
+source = tutanota-desktop-3.118.8.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
+source = linux-sig-3.118.8.bin::https://mail.tutanota.com/desktop/linux-sig.bin
+source = tutao-pub-3.118.8.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.118.8/tutao-pub.pem
+sha256sums = 2d23e42b24ecbc182548d6a734fe5110c488bb16bb7952224e700c37b784a4b9
+sha256sums = 8c50290ab4caac4a288f638ddf529d9d3df85082587043e1e7af46889320190a
sha256sums = 837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd
makedepends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 6efa39f..aededdb 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.118.7
+pkgver=3.118.8
pkgrel=0
pkgdesc="Official Tutanota email client"
arch=('amd64')
@@ -14,13 +14,11 @@ source=("${pkgname%-bin}-$pkgver.AppImage::https://mail.tutanota.com/desktop/${p
"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")
provides=("${pkgname%-bin}")
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux")
-replaces=("${pkgname%-bin}-linux")
-sha256sums=('ea7adefc3b5f040afe9681a02c364676981e8aeefdd92847ed51d85069e572d5'
- '69d566f0f70b44648d23e01cfe230eaa41076b1452b1420d56f3a0452217f1bb'
+conflicts=("${pkgname%-bin}")
+sha256sums=('2d23e42b24ecbc182548d6a734fe5110c488bb16bb7952224e700c37b784a4b9'
+ '8c50290ab4caac4a288f638ddf529d9d3df85082587043e1e7af46889320190a'
'837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd')
-
prepare() {
# Validate the signature against public key: https://tutanota.com/howto/#verify-desktop
openssl dgst -sha512 -verify tutao-pub-${pkgver}.pem -signature linux-sig-${pkgver}.bin \