summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-09-18 11:06:50 -0500
committerAaron J. Graves2019-09-18 11:06:50 -0500
commitf62723a5e7d08a14b070021533f545d5ef6d51d8 (patch)
treea797a7c4a4b084f58d41eef60fd0515791b6797f
parentdc27cb40f1c1d0a1fe4e28a451e50d4252c38e55 (diff)
downloadaur-f62723a5e7d08a14b070021533f545d5ef6d51d8.tar.gz
Added dependency on fuse to correct an issue identified in very rare cases where libfuse was not already installed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f18631d8de0..99dc240f17d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tutanota-desktop-linux
pkgdesc = Official Tutanota email client
pkgver = 3.59.13
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com/blog/posts/desktop-clients/
arch = x86_64
license = GPL3
+ depends = fuse
provides = tutanota-desktop-linux
conflicts = tutanota-desktop-linux
noextract = tutanota-desktop-linux-3.59.13.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index c784a9268f05..dda0bf4a0122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Aaron J. Graves <linux@ajgraves.com>
pkgname=tutanota-desktop-linux
pkgver=3.59.13
-pkgrel=1
+pkgrel=2
pkgdesc='Official Tutanota email client'
arch=('x86_64')
url='https://tutanota.com/blog/posts/desktop-clients/'
license=('GPL3')
provides=("${pkgname}")
conflicts=("${pkgname}")
+depends=('fuse')
options=(!strip)
source=("${pkgname}-${pkgver}.AppImage::https://mail.tutanota.com/desktop/${pkgname}.AppImage")
noextract=("${pkgname}-${pkgver}.AppImage")