summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-30 12:43:27 -0400
committergraysky2015-10-30 12:43:27 -0400
commit56deb37e73d0be94288abb6cf9cad0199d2ad237 (patch)
treee9059c3175a2e085bdfc0a6d582fbcc1bc4ccf12
parent90c46d7a9465d4d9ac7e19f3b5e811767cb97d22 (diff)
downloadaur-56deb37e73d0be94288abb6cf9cad0199d2ad237.tar.gz
Update to 6.15-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a153a0ccb840..b9a74b02b102 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.14
+ pkgver = 6.15
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.14.tar.xz
- sha256sums = 122967a0687bb29d7fa0dab25debd3869965111ac21dfdac62c648f18b486c4d
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.15.tar.xz
+ sha256sums = ea2b02fc78b9188f58574a67ffb955927c50c437e97b36de1f58db72295e537c
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 783e8103416b..c5f3f252b782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.14
+pkgver=6.15
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=('122967a0687bb29d7fa0dab25debd3869965111ac21dfdac62c648f18b486c4d')
+sha256sums=('ea2b02fc78b9188f58574a67ffb955927c50c437e97b36de1f58db72295e537c')
build() {
cd "$pkgname-$pkgver"