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: 3a95175b6593d1f10f75308ee700a37f0f907464

Message: adjust dependencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 895424f..63fb9cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
 pkgbase = tutanota-desktop-bin
 	pkgdesc = Official Tutanota email client
 	pkgver = 3.96.3
-	pkgrel = 1
+	pkgrel = 2
 	url = https://tutanota.com
 	arch = x86_64
 	license = GPL3
 	makedepends = openssl
+	depends = alsa-lib
+	depends = gtk3
+	depends = libsecret
 	depends = nss
-	depends = libappindicator-gtk3
-	depends = libnotify
-	depends = org.freedesktop.secrets
+	optdepends = libappindicator-gtk3: StatusNotifierItem support
 	provides = tutanota-desktop
 	conflicts = tutanota-desktop
 	conflicts = tutanota-desktop-linux
diff --git a/PKGBUILD b/PKGBUILD
index 28f8f5f..86a973a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
 # Co-Maintainer: Aaron J. Graves <linux@ajgraves.com>
 pkgname=tutanota-desktop-bin
 pkgver=3.96.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Official Tutanota email client"
 arch=('x86_64')
 url="https://tutanota.com"
 license=('GPL3')
-depends=('nss' 'libappindicator-gtk3' 'libnotify' 'org.freedesktop.secrets')
+depends=('alsa-lib' 'gtk3' 'libsecret' 'nss')
 makedepends=('openssl')
+optdepends=('libappindicator-gtk3: 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")