summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-11-01 05:46:31 -0500
committergraysky2015-11-01 05:46:31 -0500
commit2f2e99e806b4766cae8ae01f85c96ae256328606 (patch)
treeb401c72eadf176f552ffefcc4eb5bf308e0e8e57
parent01771acdbe8e0971e3233f5126ab83b52d5f0810 (diff)
downloadaur-2f2e99e806b4766cae8ae01f85c96ae256328606.tar.gz
Update to 6.17-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2148e0ef634b..c5aa53a1c186 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.16
+ pkgver = 6.17
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.16.tar.xz
- sha256sums = fdd4193969d159067385fd0e4e0ceb8eff813bac7caa3feac708300858c0a418
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.17.tar.xz
+ sha256sums = 61eab59a05f43ea9e80b02095fe5ce1485e9e2fd24ef805ab90adb550273450a
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 09ed20d9b5cc..e323b30aabc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.16
+pkgver=6.17
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=('fdd4193969d159067385fd0e4e0ceb8eff813bac7caa3feac708300858c0a418')
+sha256sums=('61eab59a05f43ea9e80b02095fe5ce1485e9e2fd24ef805ab90adb550273450a')
build() {
cd "$pkgname-$pkgver"