summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-11-25 13:42:27 -0500
committergraysky2016-11-25 13:42:27 -0500
commit84bb92d65a834f8a0135063792843aba0e3d7eed (patch)
tree680e1631314e60a616f3d99b5c961b0e11046de6
parentd787ec77b78a7d0d56a0165d6d5ae418a8b0ba76 (diff)
downloadaur-84bb92d65a834f8a0135063792843aba0e3d7eed.tar.gz
Update to 6.30-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--psd.install5
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a693a5fc6ed..e10070a226f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 23 21:51:29 UTC 2016
+# Fri Nov 25 18:42:27 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.29
+ pkgver = 6.30
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -19,8 +19,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.29.tar.xz
- sha256sums = 8adc2f5470dfe4f705c592f4b8b8376a5d84e5ba0d32d06aeb9e68f7957f9f51
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.30.tar.xz
+ sha256sums = 9bfbf1bfc2710d1fd9594c644b79bd9872ea0df97d6b67b3e86ef99550beaaee
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 122f430f84ed..14bd2e5649df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.29
+pkgver=6.30
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=('8adc2f5470dfe4f705c592f4b8b8376a5d84e5ba0d32d06aeb9e68f7957f9f51')
+sha256sums=('9bfbf1bfc2710d1fd9594c644b79bd9872ea0df97d6b67b3e86ef99550beaaee')
build() {
cd "$pkgname-$pkgver"
diff --git a/psd.install b/psd.install
index 4d53eed0480a..70ba85f44727 100644
--- a/psd.install
+++ b/psd.install
@@ -96,6 +96,11 @@ pre_upgrade() {
if [ $(vercmp $2 6.22) -lt 0 ]; then
echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
fi
+
+ # version 6.30 has minor changes to config file
+ if [ $(vercmp $2 6.29) -lt 0 ]; then
+ echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
+ fi
}
post_upgrade() {