summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Stenzel2019-08-13 10:57:42 +0200
committerSebastian Stenzel2019-08-13 10:57:42 +0200
commit74132b3078bb760fea79854510e60f9d15058e0b (patch)
tree5adf8f2ae5a5fb06195e8c692f798e164c0894a0
parent01dcdf657a7d45766cf05e217b38152c29f9dda6 (diff)
downloadaur-74132b3078bb760fea79854510e60f9d15058e0b.tar.gz
Added fuse dependency required to run appimages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e577ea491b..4c3df8779d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cryptomator
pkgdesc = Multiplatform transparent client-side encryption of your files in the cloud.
pkgver = 1.4.14
- pkgrel = 2
+ pkgrel = 3
url = https://cryptomator.org/
arch = x86_64
license = GPL3
+ depends = fuse2
options = !strip
source = cryptomator-1.4.14-x86_64.AppImage::https://dl.bintray.com/cryptomator/cryptomator/1.4.14/cryptomator-1.4.14-x86_64.AppImage
source = cryptomator.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 96fcbb92f60b..456e4a3961cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cryptomator
pkgver=1.4.14
-pkgrel=2
+pkgrel=3
pkgdesc="Multiplatform transparent client-side encryption of your files in the cloud."
arch=('x86_64')
url="https://cryptomator.org/"