summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-04-14 15:34:07 -0400
committerJoey Dumont2018-04-14 15:34:07 -0400
commitf0097211207e82e00d3f973de5ac089910d6e432 (patch)
tree9a2e09a9a125526f316dadff84130e81c3f41a0a
parent8815a6a1179f2e5bc5ca7f48441e1918834b95ff (diff)
downloadaur-f0097211207e82e00d3f973de5ac089910d6e432.tar.gz
Upgraded to 2.0.3.5, changed case in SKIP_UPDATE env variable.
-rw-r--r--PKGBUILD10
-rw-r--r--duplicati-user.service1
-rw-r--r--duplicati.service1
3 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e96652cefe1..a726a8ad0665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.3.4
+pkgver=2.0.3.5
pkgrel=1
-_date=2018-04-02
+_date=2018-04-13
_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'
@@ -16,9 +16,9 @@ source=(https://github.com/duplicati/duplicati/releases/download/v${pkgver}-${pk
duplicati.service
duplicati.sysusers
duplicati-cli)
-sha256sums=('f77f9d704997f50ae97b413a1ac8db58c076054bd5ec8cba6c4d7b318aa9b453'
- 'f87c93177662e38ab43a0d709dbb00e1354116525fbe369ae223e549599636f3'
- '087db7ce97c4180006c2708d49024c0393f48f83ea2ce8b0b6354fffa554ece9'
+sha256sums=('c83339839805204b36b9516cb7229363ad6809d3d7a4bdb385014b23eda063eb'
+ '2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403'
+ '78e4671fbc000b2a234a4de05172c5869a838bdc531efeb3ecf88b2dee6308ac'
'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
'f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5')
arch=('i686' 'x86_64')
diff --git a/duplicati-user.service b/duplicati-user.service
index 8bb77e77cba5..f950411e535d 100644
--- a/duplicati-user.service
+++ b/duplicati-user.service
@@ -5,6 +5,7 @@ Description=Duplicati
ExecStartPre=/usr/bin/sleep 5
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.GUI.TrayIcon.exe --webservice-port=8200
Restart=on-abort
+Environment=AUTOUPDATER_Duplicati_SKIP_UPDATE=1
[Install]
WantedBy=default.target
diff --git a/duplicati.service b/duplicati.service
index 9fe9f9994281..6e15900b818e 100644
--- a/duplicati.service
+++ b/duplicati.service
@@ -5,6 +5,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200
Restart=on-abort
+Environment=AUTOUPDATER_Duplicati_SKIP_UPDATE=1
User=duplicati
Group=duplicati