summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0d5ed993d7..5746618c3f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duplicati-canary-bin
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
pkgver = 2.0.6.104
- pkgrel = 7
+ pkgrel = 8
url = http://duplicati.com
install = duplicati.install
arch = i686
@@ -15,7 +15,9 @@ pkgbase = duplicati-canary-bin
depends = mono
depends = libappindicator-gtk2
optdepends = notify-sharp: for tray notifications
+ provides = duplicati
conflicts = duplicati-latest
+ conflicts = duplicati
replaces = duplicati-latest
noextract = duplicati-2.0.6.104_canary_2022-06-15.zip
backup = etc/default/duplicati
diff --git a/PKGBUILD b/PKGBUILD
index 13a9e24cc9ab..11e852e566a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# armv7h tester: kauron
pkgname=duplicati-canary-bin
pkgver=2.0.6.104
-pkgrel=7
+pkgrel=8
_date=2022-06-15
_branch=canary
pkgdesc="A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers"
@@ -40,7 +40,8 @@ depends=(openssl-1.1 gtk-sharp-2 mono libappindicator-gtk2)
makedepends=(unzip)
optdepends=('notify-sharp: for tray notifications')
replaces=(duplicati-latest)
-conflicts=(duplicati-latest)
+conflicts=(duplicati-latest duplicati)
+provides=(duplicati)
package() {