summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Shammas2016-07-20 11:06:56 -0400
committerGeorge Shammas2016-07-20 11:06:56 -0400
commit8ec3e28e829c94375c74feb90df5c2fe67ba958c (patch)
treec86e4c93a55980725569f507233f778c1426f11c
parent3a4ddeb5fdbbe17360d3584dc25f86a5859b0eab (diff)
downloadaur-8ec3e28e829c94375c74feb90df5c2fe67ba958c.tar.gz
Fixed a typo in optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d3ada659c9..e442645e6dae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crashplan
pkgdesc = An online/offsite backup solution
pkgver = 4.7.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.crashplan.com
install = crashplan.install
arch = i686
@@ -10,6 +10,8 @@ pkgbase = crashplan
makedepends = cpio
depends = bash
depends = java-runtime-headless
+ optdepends = java-runtime: For Crashplan GUI
+ optdepends = gtk2: For Crashplan GUI
backup = opt/crashplan/bin/run.conf
source = https://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_4.7.0_Linux.tgz
source = https://raw.githubusercontent.com/pdemonaco/init/master/crashplan/crashplan
diff --git a/PKGBUILD b/PKGBUILD
index 872e8d9b78f4..6313a2eb6646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Bill Durr <billyburly [at] gmail [dot] com>
pkgname=crashplan
pkgver=4.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="An online/offsite backup solution"
url="http://www.crashplan.com"
arch=('i686' 'x86_64')
license=('custom')
depends=('bash' 'java-runtime-headless')
makedepends=('cpio')
-optdepents=('java-runtime - For Crashplan GUI'
- 'gtk2 - For Crashplan GUI')
+optdepends=('java-runtime: For Crashplan GUI'
+ 'gtk2: For Crashplan GUI')
backup=('opt/crashplan/bin/run.conf')
install=crashplan.install
source=("https://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_${pkgver}_Linux.tgz"