summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-11-11 16:08:20 -0500
committergraysky2015-11-11 16:08:20 -0500
commit0dc9062fcfe3201629dff0929ff60772feeada74 (patch)
treef301fae9e117b39055722aff4867587622a3c7cc
parent0b81dd8d882bdc2db60f5f3750dbcb677352a2e2 (diff)
downloadaur-0dc9062fcfe3201629dff0929ff60772feeada74.tar.gz
Update to 6.19-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc6bfd7fb84..b833e5ad696f 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.18
+ pkgver = 6.19
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.18.tar.xz
- sha256sums = e407750ed9c11a6d527fbc82c77bacd36141311fc8f4e6296ff5721ea4f74a62
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.19.tar.xz
+ sha256sums = 41dcea2eb4bee903f81f4866a30afc10ccb981cba6fca8469a984a25387acaea
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 7be37c949121..e11c0ec0a27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.18
+pkgver=6.19
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=('e407750ed9c11a6d527fbc82c77bacd36141311fc8f4e6296ff5721ea4f74a62')
+sha256sums=('41dcea2eb4bee903f81f4866a30afc10ccb981cba6fca8469a984a25387acaea')
build() {
cd "$pkgname-$pkgver"