summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-07-04 16:43:21 -0400
committergraysky2016-07-04 16:43:21 -0400
commit7f73666784e91fb85753b014990f9c58800d4cf9 (patch)
treee7418d6ddb89258b40cacd989464e754613137fd
parenta60bd85368eff415ac777d87147ae8e1ca033eba (diff)
downloadaur-7f73666784e91fb85753b014990f9c58800d4cf9.tar.gz
Update to 6.24-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be51cb8f39ff..6cf34cbffe16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 13 23:09:24 UTC 2016
+# Mon Jul 4 20:43:21 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.23
+ pkgver = 6.24
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -18,8 +18,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.23.tar.xz
- sha256sums = b82ad3bc9582cd56e73436ca322a0d94c8e4fcbfa32410dc829ce6eb36b53338
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.24.tar.xz
+ sha256sums = e5348ea3fd8624ae8b4a67e17966eee394dd9836832a3c3b08d50e67355cff22
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index a721a8e4a441..dbe4b1c1b9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.23
+pkgver=6.24
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=('b82ad3bc9582cd56e73436ca322a0d94c8e4fcbfa32410dc829ce6eb36b53338')
+sha256sums=('e5348ea3fd8624ae8b4a67e17966eee394dd9836832a3c3b08d50e67355cff22')
build() {
cd "$pkgname-$pkgver"