summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-03-06 09:14:43 -0500
committerJoey Dumont2018-03-06 09:14:43 -0500
commit2ef0b6fef119658c95752da6008baa47bb54d115 (patch)
tree2488dd59e638d12c0b813dc7d07ca2c54dea8ab4
parentf9b361b1607b1c6e80dd7b00a6976c328849e77b (diff)
downloadaur-2ef0b6fef119658c95752da6008baa47bb54d115.tar.gz
Updated to v2.02.21. Testing the ExecStartPre=sleep 5.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--duplicati-user.service1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52340fd88a8f..2fdc43ad4e49 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.2.20
+ pkgver = 2.0.2.21
pkgrel = 1
url = http://duplicati.com
install = duplicati.install
@@ -9,7 +9,7 @@ pkgbase = duplicati-latest
license = LGPL
depends = gtk-sharp-2
depends = mono
- source = https://github.com/duplicati/duplicati/releases/download/v2.0.2.20-2.0.2.20_canary_2018-02-27/duplicati-2.0.2.20_canary_2018-02-27.zip
+ source = https://github.com/duplicati/duplicati/releases/download/v2.0.2.21-2.0.2.21_canary_2018-03-06/duplicati-2.0.2.21_canary_2018-03-06.zip
source = duplicati-user.service
source = duplicati.service
source = duplicati.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 4da866bb5d58..24d225e56b99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.2.20
+pkgver=2.0.2.21
pkgrel=1
-_date=2018-02-27
+_date=2018-03-06
_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'
diff --git a/duplicati-user.service b/duplicati-user.service
index c43f6e86a288..8bb77e77cba5 100644
--- a/duplicati-user.service
+++ b/duplicati-user.service
@@ -2,6 +2,7 @@
Description=Duplicati
[Service]
+ExecStartPre=/usr/bin/sleep 5
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.GUI.TrayIcon.exe --webservice-port=8200
Restart=on-abort