summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-07-29 16:58:28 -0400
committergraysky2015-07-29 16:58:28 -0400
commit085179dfb6a41d99c5165dd20b332a165f92cc52 (patch)
treef2365be1c25bee784950a4f89eaf6aa52d4ab15b
parentc9444174a44607e886eeef240c6b516e58a293d5 (diff)
downloadaur-085179dfb6a41d99c5165dd20b332a165f92cc52.tar.gz
Update to 5.75-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b056a4706b..4d1aacfcb7f1 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 = 5.74
+ pkgver = 5.75
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -16,8 +16,8 @@ pkgbase = profile-sync-daemon
conflicts = tmpfs-sync
conflicts = user-profile-sync-daemon
backup = etc/psd.conf
- source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-5.74.tar.xz
- sha256sums = 765b2e9816d0f83748dfd903057a179ddb96d4a8cac818dad6b8dcbe25bc7730
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-5.75.tar.xz
+ sha256sums = ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 8aba7be30266..a805608b5d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=5.74
+pkgver=5.75
pkgrel=1
pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
@@ -13,7 +13,7 @@ conflicts=('firefox-sync' 'goanysync' 'go-anysync-git' 'iceweasel-sync'
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
backup=('etc/psd.conf')
install=psd.install
-sha256sums=('765b2e9816d0f83748dfd903057a179ddb96d4a8cac818dad6b8dcbe25bc7730')
+sha256sums=('ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6')
build() {
cd "$pkgname-$pkgver"