summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-05-25 14:30:06 -0400
committergraysky2016-05-25 14:30:06 -0400
commitc0ee8a09b6279eea0282f8eb4da3b375838a89b3 (patch)
tree1ea064230d8cbfcf76ebf82f4b24feeb6516c6dd
parent5c533126c99df75e9e55448e7d1f923447532ea8 (diff)
downloadaur-c0ee8a09b6279eea0282f8eb4da3b375838a89b3.tar.gz
Update to 6.22-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--psd.install4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b09565ceeb8..5c8940d35417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 21:23:29 UTC 2016
+# Wed May 25 18:30:06 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.21
+ pkgver = 6.22
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -18,8 +18,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.21.tar.xz
- sha256sums = 6f3c759b461f44d075a5dae707f11fc58f863c5d99d73ec74ca4cf287e40ffa2
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.22.tar.xz
+ sha256sums = fc02f7af5f95606d3388b6a1f905256a9cbcea7532a2af4e3125bc1bae9ff77f
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 36e73314f713..89f760b52391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.21
+pkgver=6.22
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=('6f3c759b461f44d075a5dae707f11fc58f863c5d99d73ec74ca4cf287e40ffa2')
+sha256sums=('fc02f7af5f95606d3388b6a1f905256a9cbcea7532a2af4e3125bc1bae9ff77f')
build() {
cd "$pkgname-$pkgver"
diff --git a/psd.install b/psd.install
index 7dab249cd19f..4d53eed0480a 100644
--- a/psd.install
+++ b/psd.install
@@ -92,6 +92,10 @@ pre_upgrade() {
echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
fi
+ # version 6.22 has minor changes to config file
+ if [ $(vercmp $2 6.22) -lt 0 ]; then
+ echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
+ fi
}
post_upgrade() {