diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = cryptomator pkgdesc = Multiplatform transparent client-side encryption of your files in the cloud. pkgver = 1.4.14 - pkgrel = 1 + pkgrel = 2 url = https://cryptomator.org/ arch = x86_64 license = GPL3 @@ -4,11 +4,12 @@ pkgname=cryptomator pkgver=1.4.14 -pkgrel=1 +pkgrel=2 pkgdesc="Multiplatform transparent client-side encryption of your files in the cloud." arch=('x86_64') url="https://cryptomator.org/" license=('GPL3') +depends=('fuse2') source=("cryptomator-${pkgver}-x86_64.AppImage::https://dl.bintray.com/cryptomator/cryptomator/${pkgver}/cryptomator-${pkgver}-x86_64.AppImage" 'cryptomator.desktop' 'cryptomator.png' |