summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2022-12-19 15:02:50 -0500
committerJoey Dumont2022-12-19 15:02:50 -0500
commitb42955786bfd383989e7ffccd9504d4a6525d0d4 (patch)
tree47099946b767ba0198d0b23eda1ba5dc03b19a8b
parent4926473818223f2a13a7e97b6a21a01dab96d260 (diff)
downloadaur-b42955786bfd383989e7ffccd9504d4a6525d0d4.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
-rw-r--r--duplicati.install1
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38c375c76623..2a61858a8c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duplicati-beta-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.3
- pkgrel = 1
+ pkgrel = 2
url = http://duplicati.com
install = duplicati.install
arch = i686
@@ -15,7 +15,9 @@ pkgbase = duplicati-beta-bin
depends = mono
depends = libappindicator-gtk2
optdepends = notify-sharp: for tray notifications
+ provides = duplicati
conflicts = duplicati-canary-bin
+ conflicts = duplicati
noextract = duplicati-2.0.6.3_beta_2021-06-17.zip
backup = etc/default/duplicati
source = https://github.com/duplicati/duplicati/releases/download/v2.0.6.3-2.0.6.3_beta_2021-06-17/duplicati-2.0.6.3_beta_2021-06-17.zip
diff --git a/PKGBUILD b/PKGBUILD
index c5aeed6387d8..c820b58bdba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# armv7h tester: kauron
pkgname=duplicati-beta-bin
pkgver=2.0.6.3
-pkgrel=1
+pkgrel=2
_date=2021-06-17
_branch=beta
pkgdesc="A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers"
@@ -39,7 +39,8 @@ arch=('i686' 'x86_64' 'aarch64' 'armv7h')
depends=(openssl-1.1 gtk-sharp-2 mono libappindicator-gtk2)
makedepends=(unzip)
optdepends=('notify-sharp: for tray notifications')
-conflicts=(duplicati-canary-bin)
+conflicts=(duplicati-canary-bin duplicati)
+provides=(duplicati)
package() {
diff --git a/duplicati.install b/duplicati.install
index c6f64d671175..27f982c50efb 100644
--- a/duplicati.install
+++ b/duplicati.install
@@ -43,6 +43,7 @@ EOF
* for details, and downgrade to an earlier version if necessary.
EOF
+ fi
if [ $(vercmp $2 2.0.6.104-5) -lt 0 ]; then
cat <<EOF
* This package was renamed from duplicati-latest to duplicati-canary-bin starting