summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Raufelder2023-06-04 20:59:27 +0200
committerJulian Raufelder2023-06-04 20:59:27 +0200
commit9bcd2dfa54722611c6bac9987af29f55790e96fa (patch)
treedf569c34f0547255abdd3453084124e8fdb70a1b
parentb0057cbe9ac844bb2faae5b3de596da86afb31a0 (diff)
downloadaur-9bcd2dfa54722611c6bac9987af29f55790e96fa.tar.gz
Add fuse2 as dependency, required for the AppImage format
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b87de3b7fcf2..cbcef57c31bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cryptomator-bin
arch = x86_64
license = GPL3
depends = fuse3
+ depends = fuse2
optdepends = keepassxc-cryptomator: Use KeePassXC to store vault passwords
optdepends = ttf-hanazono: Install this font when using Japanese system language
provides = cryptomator
diff --git a/PKGBUILD b/PKGBUILD
index 9bbb72029359..ed60f5545db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Multiplatform transparent client-side encryption of your files in the c
arch=('x86_64')
url="https://cryptomator.org/"
license=('GPL3')
-depends=('fuse3')
+depends=('fuse3' 'fuse2')
provides=('cryptomator')
conflicts=('cryptomator')
replaces=('cryptomator')