summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-12-10 00:00:25 +0100
committerJustin Dray2015-12-10 00:00:25 +0100
commit057780bcc2330b52f84b2591a0f8547bdcc93e96 (patch)
treeb2ac0ce7e26b1220ac75f9da043f622a4b5bb9db
parent1abf7b49a6f186aa8919da7717f1387bbc519c93 (diff)
downloadaur-057780bcc2330b52f84b2591a0f8547bdcc93e96.tar.gz
Update to: 4.5.0-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--crashplan.service2
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69a452fcb6d..1e19ce87c80d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 9 23:00:25 UTC 2015
pkgbase = crashplan
pkgdesc = An online/offsite backup solution
- pkgver = 4.4.1
+ pkgver = 4.5.0
pkgrel = 2
url = http://www.crashplan.com
install = crashplan.install
@@ -13,14 +15,14 @@ pkgbase = crashplan
backup = opt/crashplan/bin/run.conf
backup = opt/crashplan/conf/my.service.xml
backup = opt/crashplan/conf/service.model
- source = http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_4.4.1_Linux.tgz
+ source = http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_4.5.0_Linux.tgz
source = https://raw.githubusercontent.com/pdemonaco/init/master/crashplan/crashplan
source = crashplan.service
source = install.vars
source = sysctl-crashplan.conf
- sha256sums = 0bb24c88152f0f523e17d9a0df8013567f29f882538a45524fe440ef170d787a
+ sha256sums = 8a3ca9c01bf55051223f4f40e7dc086244fa07ea724a9f5d4552cf2752ad157b
sha256sums = 259d38afa8fc34246ac0ecfeefc701d47501c552eb0ffcd1bd4b8e9a2751c3c8
- sha256sums = 09263ae188a034ac2a672e11c61059e969bef2fd494c0501847cd4e8a7fc4d1b
+ sha256sums = a2b4d4469847721f8e68970fb55a2c78655441e124ad8db151e047ff6a592416
sha256sums = c6dc626a180671d6b01f46f22158857c3fa86cd3eec79e3388284a2ab2682617
sha256sums = 2ec3d9cea180e92f1410ff89ece85c01f79d454cfc2e814f583c0e2b3ff8ce30
diff --git a/PKGBUILD b/PKGBUILD
index 34d481697f39..7b5b99d934e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Egon Geerardyn <egon [dot] geerardyn [at] gmail [dot] com>
# Contributor: Bill Durr <billyburly [at] gmail [dot] com>
pkgname=crashplan
-pkgver=4.4.1
+pkgver=4.5.0
pkgrel=2
pkgdesc="An online/offsite backup solution"
url="http://www.crashplan.com"
@@ -20,9 +20,9 @@ source=("http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPla
'crashplan.service'
'install.vars'
'sysctl-crashplan.conf')
-sha256sums=('0bb24c88152f0f523e17d9a0df8013567f29f882538a45524fe440ef170d787a'
+sha256sums=('8a3ca9c01bf55051223f4f40e7dc086244fa07ea724a9f5d4552cf2752ad157b'
'259d38afa8fc34246ac0ecfeefc701d47501c552eb0ffcd1bd4b8e9a2751c3c8'
- '09263ae188a034ac2a672e11c61059e969bef2fd494c0501847cd4e8a7fc4d1b'
+ 'a2b4d4469847721f8e68970fb55a2c78655441e124ad8db151e047ff6a592416'
'c6dc626a180671d6b01f46f22158857c3fa86cd3eec79e3388284a2ab2682617'
'2ec3d9cea180e92f1410ff89ece85c01f79d454cfc2e814f583c0e2b3ff8ce30')
@@ -46,6 +46,8 @@ package() {
zcat "$srcdir/crashplan-install/CrashPlan_${pkgver}.cpi" | cpio -i --no-preserve-owner
+ chmod -R g-w "$pkgdir/opt/$pkgname"
+
# All users need write permissions or the GUI will fail to open
chmod 777 "$pkgdir/opt/$pkgname/log"
sed -i "s|<manifestPath>manifest</manifestPath>|<manifestPath>/opt/$pkgname/manifest</manifestPath>|g" "$pkgdir/opt/$pkgname/conf/default.service.xml"
diff --git a/crashplan.service b/crashplan.service
index 58914c124457..82e95dd2ee51 100644
--- a/crashplan.service
+++ b/crashplan.service
@@ -10,7 +10,7 @@ EnvironmentFile=/opt/crashplan/bin/run.conf
WorkingDirectory=/opt/crashplan
ExecStart=/opt/crashplan/bin/CrashPlanEngine start
ExecStop=/opt/crashplan/bin/CrashPlanEngine stop
-Restart=on-failure
+Restart=always
[Install]
WantedBy=multi-user.target