summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRealStickman2023-01-20 16:14:14 +0100
committerRealStickman2023-01-20 16:14:14 +0100
commit33c67c24e1247e64074d8a4c3ae24c7bbc1a4362 (patch)
tree2cbc0016daf7997b9bc33624228deb4235359e3f
parent55c640497f9e4a161a3c24f0806d3c41a0da9e56 (diff)
downloadaur-33c67c24e1247e64074d8a4c3ae24c7bbc1a4362.tar.gz
Add fuse3 as optional dependency for mounting snapshots
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b202e35d7a..835bea99be6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c8d260f1d8c4..39477745538d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")