Add fuse3 as optional dependency for mounting snapshots

This commit is contained in:
RealStickman 2023-01-20 16:14:14 +01:00
parent 55c640497f
commit 33c67c24e1
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,13 @@
pkgbase = kopia-ui-bin
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
pkgver = 0.12.1
pkgrel = 1
url = https://github.com/kopia/kopia/
pkgrel = 2
url = https://kopia.io/
arch = x86_64
arch = aarch64
arch = armv7h
license = APACHE
optdepends = fuse3: mounting snapshots locally
provides = kopia-ui
conflicts = kopia-ui
source = app-update.yml

View File

@ -5,10 +5,11 @@ pkgdesc='A cross-platform backup-tool with encryption, deduplication, compressio
pkgver=0.12.1
# Uncomment for releases with hyphens
# _pkgver=$(echo "$pkgver" | tr '~' -)
pkgrel=1
pkgrel=2
arch=('x86_64' 'aarch64' 'armv7h')
url='https://github.com/kopia/kopia/'
url='https://kopia.io/'
license=('APACHE')
optdepends=('fuse3: mounting snapshots locally')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("app-update.yml")