summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-11-25 13:43:10 -0500
committergraysky2016-11-25 13:43:10 -0500
commitcd4b85ef4af67163d017cc22161e270b46e41a6c (patch)
tree3846db267bb684d7291043a5d62493dd5b56c412
parent84bb92d65a834f8a0135063792843aba0e3d7eed (diff)
downloadaur-cd4b85ef4af67163d017cc22161e270b46e41a6c.tar.gz
Update to 6.30-1
-rw-r--r--.SRCINFO2
-rw-r--r--psd.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10070a226f7..a89ce96e84fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 25 18:42:27 UTC 2016
+# Fri Nov 25 18:43:10 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
pkgver = 6.30
diff --git a/psd.install b/psd.install
index 70ba85f44727..4b8639d705e9 100644
--- a/psd.install
+++ b/psd.install
@@ -98,7 +98,7 @@ pre_upgrade() {
fi
# version 6.30 has minor changes to config file
- if [ $(vercmp $2 6.29) -lt 0 ]; then
+ if [ $(vercmp $2 6.30) -lt 0 ]; then
echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
fi
}