summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-09-20 10:12:38 -0400
committergraysky2015-09-20 10:12:38 -0400
commit7fa08eb2829773d239ba21d6e87d7790401b1e02 (patch)
tree10f9b544490c86327fc301bde663ae77d2a8298b
parent9cf41c5e33406309476edcdcb9772e37fc5e2123 (diff)
downloadaur-7fa08eb2829773d239ba21d6e87d7790401b1e02.tar.gz
Update to 6.11-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43d94a3f395..58460242c16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,6 @@
pkgbase = profile-sync-daemon
- pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.10
- pkgrel = 2
+ pkgver = 6.11
+ pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
arch = any
@@ -16,8 +15,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.10.tar.xz
- sha256sums = a0e8ceb1e169c1c754916346d9f917c7ab9164d0782e11e91ca94303aa5e5c53
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.11.tar.xz
+ sha256sums = 08aedbb783284b0f32281cad551c6e0299fe69f2b4b987fd53bb9a8ef72ed6dd
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index aaf91c804936..9f39aba1668f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.10
-pkgrel=2
-pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
+pkgver=6.11
+pkgrel=1
+kgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
url='https://github.com/graysky2/profile-sync-daemon'
license=('MIT')
@@ -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=('a0e8ceb1e169c1c754916346d9f917c7ab9164d0782e11e91ca94303aa5e5c53')
+sha256sums=('08aedbb783284b0f32281cad551c6e0299fe69f2b4b987fd53bb9a8ef72ed6dd')
build() {
cd "$pkgname-$pkgver"