summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-09-15 22:59:34 +0200
committerJustin Dray2015-09-15 22:59:34 +0200
commit6c3a00ec3fa7117177d6041a6a9e630f0ad854b4 (patch)
treeba0d486962f59a52dfec8881defc3eb9288cb446
parentaf21c1885ca872e2cf47f7fce45a40785d6c3551 (diff)
downloadaur-6c3a00ec3fa7117177d6041a6a9e630f0ad854b4.tar.gz
Update to: 4.3.0-3 - Fix missing backup array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7cc9c7fbdd8..a2338a4e96d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crashplan
pkgdesc = An online/offsite backup solution
pkgver = 4.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.crashplan.com
install = crashplan.install
arch = i686
@@ -10,6 +10,9 @@ pkgbase = crashplan
makedepends = cpio
depends = bash
depends = java-runtime-headless
+ 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.3.0_Linux.tgz
source = https://raw.githubusercontent.com/pdemonaco/init/master/crashplan/crashplan
source = crashplan.service
diff --git a/PKGBUILD b/PKGBUILD
index 1e3d25e0a671..2262f2647298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bill Durr <billyburly [at] gmail [dot] com>
pkgname=crashplan
pkgver=4.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="An online/offsite backup solution"
url="http://www.crashplan.com"
arch=('i686' 'x86_64')
@@ -11,6 +11,9 @@ license=('custom')
depends=('bash' 'java-runtime-headless')
makedepends=('cpio')
optdepents=('java-runtime - For Crashplan GUI')
+backup=('opt/crashplan/bin/run.conf'
+ 'opt/crashplan/conf/my.service.xml'
+ 'opt/crashplan/conf/service.model')
install=crashplan.install
source=("http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_${pkgver}_Linux.tgz"
'https://raw.githubusercontent.com/pdemonaco/init/master/crashplan/crashplan'