summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2020-01-18 14:55:11 -0500
committerJoey Dumont2020-01-18 14:55:11 -0500
commit55006608c0a20bb77ddaa8e579e90c42c8a59dec (patch)
treeb5bee63970af1ce42b9d61628d76cda494cb5e5c
parente5892bc5ad386a27a8fb743c9957843bb7813bb4 (diff)
downloadaur-55006608c0a20bb77ddaa8e579e90c42c8a59dec.tar.gz
Updated to v2.0.5.100.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--duplicati.install10
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fad75b04c7..e535c4634d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duplicati-latest
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
- pkgver = 2.0.4.38
+ pkgver = 2.0.5.100
pkgrel = 1
url = http://duplicati.com
install = duplicati.install
@@ -10,12 +10,12 @@ pkgbase = duplicati-latest
depends = gtk-sharp-2
depends = mono
optdepends = notify-sharp: for tray notifications
- source = https://github.com/duplicati/duplicati/releases/download/v2.0.4.38-2.0.4.38_canary_2019-12-29/duplicati-2.0.4.38_canary_2019-12-29.zip
+ source = https://updates.duplicati.com/canary/duplicati-2.0.5.100_canary_2020-01-18.zip
source = duplicati-user.service
source = duplicati.service
source = duplicati.sysusers
source = duplicati-cli
- sha256sums = f4efd566d72a9729d275a92af06d7bd3e8246977995a121f33aa87211997dc5f
+ sha256sums = 8ab38e73a8ca72ee594239f33d3152cebf4b4bde2e72534e5374f9eaa141a155
sha256sums = 2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403
sha256sums = 499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70
sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959
diff --git a/PKGBUILD b/PKGBUILD
index e171cc613f16..8f65bac2e1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.4.38
+pkgver=2.0.5.100
pkgrel=1
-_date=2019-12-29
+_date=2020-01-18
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
url='http://duplicati.com'
license=('LGPL')
install=duplicati.install
-source=(https://github.com/duplicati/duplicati/releases/download/v${pkgver}-${pkgver}_${_branch}_${_date}/duplicati-${pkgver}_${_branch}_${_date}.zip
+source=(https://updates.duplicati.com/${_branch}/duplicati-${pkgver}_${_branch}_${_date}.zip
duplicati-user.service
duplicati.service
duplicati.sysusers
duplicati-cli)
-sha256sums=('f4efd566d72a9729d275a92af06d7bd3e8246977995a121f33aa87211997dc5f'
+sha256sums=('8ab38e73a8ca72ee594239f33d3152cebf4b4bde2e72534e5374f9eaa141a155'
'2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403'
'499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70'
'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
diff --git a/duplicati.install b/duplicati.install
index ce4223a18830..a75634aaf054 100644
--- a/duplicati.install
+++ b/duplicati.install
@@ -1,5 +1,11 @@
post_install() {
- post_upgrade
+cat << EOF
+ * UI can be accessed via following URL: http://localhost:8200
+ * Running duplicati user instance (using current user account)
+ - to reload user systemd modules: systemctl --user daemon-reload
+ - to start duplicati manually: systemctl --user start duplicati
+ - to autostart duplicati on user login: systemctl --user enable duplicati
+EOF
}
post_upgrade() {
@@ -21,7 +27,7 @@ cat << EOF
* Group=root
EOF
fi
-
+
cat << EOF
* UI can be accessed via following URL: http://localhost:8200
* Running duplicati user instance (using current user account)