summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-08 20:57:07 -0400
committergraysky2015-06-08 20:57:07 -0400
commitc9444174a44607e886eeef240c6b516e58a293d5 (patch)
tree7242e6fa9e5717fdc76b8d3a1f0c4e61a4a7d333
parentec4975fec443ddfed012a0cf09c0dfc002d7d81f (diff)
downloadaur-c9444174a44607e886eeef240c6b516e58a293d5.tar.gz
Update to 5.74-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5870eab19b..65b056a4706b 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.73
+ pkgver = 5.74
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.73.tar.xz
- sha256sums = 229b30d4e5dead6ad47c9110b4716101a28e323061b97cfbe5037fd56fdda440
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-5.74.tar.xz
+ sha256sums = 765b2e9816d0f83748dfd903057a179ddb96d4a8cac818dad6b8dcbe25bc7730
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index fed4faaf874c..8aba7be30266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=5.73
+pkgver=5.74
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=('229b30d4e5dead6ad47c9110b4716101a28e323061b97cfbe5037fd56fdda440')
+sha256sums=('765b2e9816d0f83748dfd903057a179ddb96d4a8cac818dad6b8dcbe25bc7730')
build() {
cd "$pkgname-$pkgver"