summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2017-10-19 12:20:52 -0400
committerJoey Dumont2017-10-19 12:20:52 -0400
commitc7f9aa712b88bdc6f5ac61bcac352bf5ab81e959 (patch)
tree8a98e596344637e38c249ca31d707e607d5add07 /PKGBUILD
parentdd4eb02db8dd401a8e9cf428e2e2c0c00b58c602 (diff)
downloadaur-c7f9aa712b88bdc6f5ac61bcac352bf5ab81e959.tar.gz
Updated to v2.0.2.10. System duplicati.service no longer runs as root.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af25ea9ef59..41fd6f6dc1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.2.8
+pkgver=2.0.2.10
pkgrel=1
-_date=2017-09-20
+_date=2017-10-11
_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'
@@ -13,10 +13,12 @@ license=('LGPL')
install=duplicati.install
source=(https://github.com/duplicati/duplicati/releases/download/v${pkgver}-${pkgver}_${_branch}_${_date}/duplicati-${pkgver}_${_branch}_${_date}.zip
duplicati-user.service
- duplicati.service)
-sha256sums=('1740c8327e8d67a82a0d5b66ff2e6912fa95bf420790e105b20d6afc4028ae8c'
+ duplicati.service
+ duplicati.sysusers)
+sha256sums=('abb916b9f57c5effa3153d81462455a56d514e77c5d46ed4d1ab435234160ae1'
'ec25b25d0e331ddfb90940555068aa941c3d5dfaf858cffb6c75e810175c9d27'
- 'bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438')
+ 'bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438'
+ 'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959')
arch=('i686' 'x86_64')
depends=('gtk-sharp-2' 'mono')
@@ -24,6 +26,7 @@ package() {
# Install the service.
install -Dm644 duplicati.service "${pkgdir}/usr/lib/systemd/system/duplicati.service"
install -Dm644 duplicati-user.service "${pkgdir}/usr/lib/systemd/user/duplicati.service"
+ install -Dm644 "$srcdir/duplicati.sysusers" "$pkgdir/usr/lib/sysusers.d/duplicati.conf"
rm duplicati.service duplicati-user.service
# Install the program.