diff --git a/.SRCINFO b/.SRCINFO index 71b202e..835bea9 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 c8d260f..3947774 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")