Add fuse3 as optional dependency for mounting snapshots
This commit is contained in:
parent
55c640497f
commit
33c67c24e1
5
.SRCINFO
5
.SRCINFO
@ -1,12 +1,13 @@
|
|||||||
pkgbase = kopia-ui-bin
|
pkgbase = kopia-ui-bin
|
||||||
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
|
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
|
||||||
pkgver = 0.12.1
|
pkgver = 0.12.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/kopia/kopia/
|
url = https://kopia.io/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
license = APACHE
|
license = APACHE
|
||||||
|
optdepends = fuse3: mounting snapshots locally
|
||||||
provides = kopia-ui
|
provides = kopia-ui
|
||||||
conflicts = kopia-ui
|
conflicts = kopia-ui
|
||||||
source = app-update.yml
|
source = app-update.yml
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -5,10 +5,11 @@ pkgdesc='A cross-platform backup-tool with encryption, deduplication, compressio
|
|||||||
pkgver=0.12.1
|
pkgver=0.12.1
|
||||||
# Uncomment for releases with hyphens
|
# Uncomment for releases with hyphens
|
||||||
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64' 'aarch64' 'armv7h')
|
arch=('x86_64' 'aarch64' 'armv7h')
|
||||||
url='https://github.com/kopia/kopia/'
|
url='https://kopia.io/'
|
||||||
license=('APACHE')
|
license=('APACHE')
|
||||||
|
optdepends=('fuse3: mounting snapshots locally')
|
||||||
provides=("${pkgname%-bin}")
|
provides=("${pkgname%-bin}")
|
||||||
conflicts=("${pkgname%-bin}")
|
conflicts=("${pkgname%-bin}")
|
||||||
source=("app-update.yml")
|
source=("app-update.yml")
|
||||||
|
Loading…
Reference in New Issue
Block a user