summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2016-04-22 09:45:57 +1000
committerJustin Dray2016-04-22 09:45:57 +1000
commit657e39295ec1cc3fd8b652f3bde20eb18a1f7be6 (patch)
treee1b04841eab6b050082470974f0a8790b46e1da5
parent969587cd817fd176493e314950e202f0fcf94332 (diff)
downloadaur-657e39295ec1cc3fd8b652f3bde20eb18a1f7be6.tar.gz
Update to: 4.6.0-7 - Add -r to fix update cleanups
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--crashplan.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ddb2780d2e..530961f57b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crashplan
pkgdesc = An online/offsite backup solution
pkgver = 4.6.0
- pkgrel = 6
+ pkgrel = 7
url = http://www.crashplan.com
install = crashplan.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b71fd3605105..1103e86896da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bill Durr <billyburly [at] gmail [dot] com>
pkgname=crashplan
pkgver=4.6.0
-pkgrel=6
+pkgrel=7
pkgdesc="An online/offsite backup solution"
url="http://www.crashplan.com"
arch=('i686' 'x86_64')
diff --git a/crashplan.install b/crashplan.install
index 1ef66905e456..e39347ba3c95 100644
--- a/crashplan.install
+++ b/crashplan.install
@@ -7,7 +7,7 @@ pre_upgrade () {
# Pacman doesn't retroactively change folder permissions, just warns about differences
pre_remove
chmod 755 /opt/crashplan/upgrade
- rm -f /opt/crashplan/upgrade/1435*
+ rm -rf /opt/crashplan/upgrade/1435*
}
post_upgrade () {