summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-09-09 13:37:38 -0400
committergraysky2015-09-09 13:37:38 -0400
commit1cf846f401fc3d833c673203da4c51553545a89b (patch)
tree2a0366a988673f0757a92f3c559ef13721967a4b
parent795791cee586cf7c9d079cdfc0287819d9758d62 (diff)
downloadaur-1cf846f401fc3d833c673203da4c51553545a89b.tar.gz
Update to 6.04-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--psd.install6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6ae7123d84..32b1612e13b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
pkgver = 6.04
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8444a50f67e0..4734b3b6c89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='profile-sync-daemon'
pkgver=6.04
-pkgrel=1
+pkgrel=2
pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
url='https://github.com/graysky2/profile-sync-daemon'
diff --git a/psd.install b/psd.install
index fdfe0cf18b1f..83767daa8a63 100644
--- a/psd.install
+++ b/psd.install
@@ -3,12 +3,12 @@
pre_upgrade() {
# version 6.00 is a major rebuild
- # yes, I realize that pacman should not stop services byt in this case it
+ # yes, I realize that pacman should not stop services but in this case it
# is required or else browser profiles (user data) can get renamed and confuse
# people if it does not happen
if [ $(vercmp $2 6.00) -lt 0 ]; then
echo 'ATTENTION: MAJOR CHANGES TO PSD WITH VERSION 6.00+'
- echo '-> 1. A global /etc/psd.conf is no longer used. $HOME/.psd/psd.conf will be'
+ echo '-> 1. A global /etc/psd.conf is no longer used. $HOME/.config/psd/psd.conf will be'
echo '-> created when psd is invoked the first time.'
echo '-> 2. A system service is no longer used. A user service is provided and can be'
echo '-> used like this: systemctl --user start psd.service'
@@ -32,7 +32,7 @@ pre_upgrade() {
if [[ "$running" = "active" ]]; then
su $i -s /bin/sh -c 'XDG_RUNTIME_DIR=/run/user/$UID systemctl --user stop psd.service'
echo '-> Internal changes to psd require it to be stopped now before updating.'
- echo '-> Recommend that you diff /usr/share/doc/psd/psd.conf against ~/.psd/psd.conf'
+ echo '-> Recommend that you diff /usr/share/doc/psd/psd.conf against ~/.config/psd/psd.conf'
fi
done
fi