summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-09-15 15:43:55 -0400
committergraysky2015-09-15 15:43:55 -0400
commitd96918d4b6e7f3e6ee9c4d0abb235b298485da9d (patch)
treed290ba34c3eeb68f46d71b8bebb7a4efcb468351
parent937438712f932b259fb946977e677d6091dc8154 (diff)
downloadaur-d96918d4b6e7f3e6ee9c4d0abb235b298485da9d.tar.gz
Update to 6.09-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--psd.install6
3 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eff0b9df5b1..ecc9b34354e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.07
+ pkgver = 6.09
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -16,8 +16,8 @@ pkgbase = profile-sync-daemon
conflicts = tmpfs-store
conflicts = tmpfs-sync
conflicts = user-profile-sync-daemon
- source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.07.tar.xz
- sha256sums = f25a09254df977fd19f1e7c5a47f4003954a5c28f1c6b18f6e30d2dda94eff90
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.09.tar.xz
+ sha256sums = ce79782bcd43a4bb6411f79b4de77d52056a4d8748d5ca737c4cfff23707f84c
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 19038fcbc056..31350bb9d06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.07
+pkgver=6.09
pkgrel=1
pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('firefox-sync' 'goanysync' 'go-anysync-git' 'iceweasel-sync'
'tmpfs-store' 'tmpfs-sync' 'user-profile-sync-daemon')
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
install=psd.install
-sha256sums=('f25a09254df977fd19f1e7c5a47f4003954a5c28f1c6b18f6e30d2dda94eff90')
+sha256sums=('ce79782bcd43a4bb6411f79b4de77d52056a4d8748d5ca737c4cfff23707f84c')
build() {
cd "$pkgname-$pkgver"
diff --git a/psd.install b/psd.install
index c40c47a160e4..320fc0eaf530 100644
--- a/psd.install
+++ b/psd.install
@@ -12,10 +12,8 @@ pre_upgrade() {
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'
- echo '-> 3. Users wanting to use overlayfs mode MUST have sudo access to both mount'
- echo '-> and umount. See the man page for an example configured with visudo.'
- echo
- echo '-> Internal changes to psd require it to be stopped now before updating.'
+ echo '-> 3. Users wanting to use overlayfs mode MUST have sudo access with nopasswd to'
+ echo '-> /usr/bin/psd-overlay-helper. See the man page for an example configured with visudo.'
# stop system service now since it will be removed upon updating
systemctl is-active psd.service &>/dev/null