summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2022-12-19 15:02:50 -0500
committerJoey Dumont2022-12-19 15:02:50 -0500
commit97eba6e55df5d3726584eb0e1041cd68089ee540 (patch)
treef1fd08cd063e1d0580462fc3d177b129f0b443d5
parent5d200a8f28cf0b83c9ea2b1b47963fc0e208deb1 (diff)
downloadaur-97eba6e55df5d3726584eb0e1041cd68089ee540.tar.gz
upgpkg: duplicati-beta-bin 2.0.6.3-2
upgpkg: duplicati-canary-bin 2.0.6.104-8
-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() {