makedeb
Official Tutanota email client
Click here to go back to the commit logs for tutanota-desktop-bin.
Hash: e8ce4ee86446e5f3321d586a406eaaa63c5c00fa
Message: 3.114.1
diff --git a/.SRCINFO b/.SRCINFO
index 3fce03f..b88c249 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.113.3
+pkgver = 3.114.1
url = https://tutanota.com
arch = amd64
conflicts = tutanota-desktop
@@ -13,15 +13,13 @@ depends = libgtk-3-0
depends = libsecret-1-0
depends = libnss3
license = GPL3
-makedepends = libssl1.1
-optdepends = libappindicator3-1: StatusNotifierItem support
+makedepends = openssl
provides = tutanota-desktop
replaces = tutanota-desktop-linux
-source = tutanota-desktop-3.113.3.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
-source = linux-sig-3.113.3.bin::https://mail.tutanota.com/desktop/linux-sig.bin
-source = tutao-pub-3.113.3.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.113.3/tutao-pub.pem
-sha256sums = 6c26558e8acdef07a091b700112ff1e9c82ebf3e87594228433c207d75e5fd60
-sha256sums = 26b37980673d1895ebea6df378729714d2c25393d04a93782c1af96b1ec42266
+source = tutanota-desktop-3.114.1.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage
+source = linux-sig-3.114.1.bin::https://mail.tutanota.com/desktop/linux-sig.bin
+source = tutao-pub-3.114.1.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.114.1/tutao-pub.pem
+sha256sums = 7162bde45dffcd1c8ab767cdfee37f75f0cd9d2897809aba9a51a3b43dd6ed56
+sha256sums = 6f5b692b2f8acb0001bab657416c0ceec6ab7bb8d8db6761ef5f2a92100f227e
sha256sums = 837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd
-makedepends = libssl1.1
-optdepends = libappindicator3-1: StatusNotifierItem support
+makedepends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 2ce0121..b040841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,22 @@
# 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.113.3
+pkgver=3.114.1
pkgrel=0
pkgdesc="Official Tutanota email client"
arch=('amd64')
url="https://tutanota.com"
license=('GPL3')
depends=('libasound2' 'libgtk-3-0' 'libsecret-1-0' 'libnss3')
-makedepends=('libssl1.1')
-optdepends=('libappindicator3-1: StatusNotifierItem support')
+makedepends=('openssl')
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")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux")
replaces=("${pkgname%-bin}-linux")
-sha256sums=('6c26558e8acdef07a091b700112ff1e9c82ebf3e87594228433c207d75e5fd60'
- '26b37980673d1895ebea6df378729714d2c25393d04a93782c1af96b1ec42266'
+sha256sums=('7162bde45dffcd1c8ab767cdfee37f75f0cd9d2897809aba9a51a3b43dd6ed56'
+ '6f5b692b2f8acb0001bab657416c0ceec6ab7bb8d8db6761ef5f2a92100f227e'
'837890c39de1c52f297b44b50194869754fb4d1327112cdafd14bdc0c3db27fd')
prepare() {