summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-01 09:27:55 -0400
committergraysky2015-10-01 09:27:55 -0400
commitc51a070a0d90843b35497d3fcdbf8ead9e7d6c45 (patch)
tree9fe335c572bd371f0364865ec3d3b89748c23879
parent6bd0df6331f810785a0f681bf7738c9623bc7b06 (diff)
downloadaur-c51a070a0d90843b35497d3fcdbf8ead9e7d6c45.tar.gz
Update to 6.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b12a47d3dd9..535a9ebd35d0 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.11
+ pkgver = 6.12
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.11.tar.xz
- sha256sums = 08aedbb783284b0f32281cad551c6e0299fe69f2b4b987fd53bb9a8ef72ed6dd
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.12.tar.xz
+ sha256sums = 701ea4f0434e3f8df3cdb06039bfa599142d9d0b6908a1c36d35c0ba22cec17c
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 887a2fa9bd4c..a4b2e1beb256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.11
+pkgver=6.12
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=('08aedbb783284b0f32281cad551c6e0299fe69f2b4b987fd53bb9a8ef72ed6dd')
+sha256sums=('701ea4f0434e3f8df3cdb06039bfa599142d9d0b6908a1c36d35c0ba22cec17c')
build() {
cd "$pkgname-$pkgver"