summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-01 14:33:53 -0500
committergraysky2015-12-01 14:33:53 -0500
commitdd9934cb0c20aedb2f6350aa90c25a5a7e921338 (patch)
treecf91e7da9d985558984f5cd47500715f260ac1cc
parent0dc9062fcfe3201629dff0929ff60772feeada74 (diff)
downloadaur-dd9934cb0c20aedb2f6350aa90c25a5a7e921338.tar.gz
Update to 6.20-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b833e5ad696f..15836b6cd9dd 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.19
+ pkgver = 6.20
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.19.tar.xz
- sha256sums = 41dcea2eb4bee903f81f4866a30afc10ccb981cba6fca8469a984a25387acaea
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.20.tar.xz
+ sha256sums = c1f4a0b8a481d2d47b4cd805d299d758ea3fad7fe05c06ba20474f77d726804b
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e11c0ec0a27a..9d354236978f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.19
+pkgver=6.20
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=('41dcea2eb4bee903f81f4866a30afc10ccb981cba6fca8469a984a25387acaea')
+sha256sums=('c1f4a0b8a481d2d47b4cd805d299d758ea3fad7fe05c06ba20474f77d726804b')
build() {
cd "$pkgname-$pkgver"