summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-01-22 16:23:29 -0500
committergraysky2016-01-22 16:23:29 -0500
commit5c533126c99df75e9e55448e7d1f923447532ea8 (patch)
treed3872b3c52e56fe42ad5ace48bc2789431b7a32b
parentdd9934cb0c20aedb2f6350aa90c25a5a7e921338 (diff)
downloadaur-5c533126c99df75e9e55448e7d1f923447532ea8.tar.gz
Update to 6.21-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15836b6cd9dd..7b09565ceeb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 21:23:29 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.20
+ pkgver = 6.21
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -16,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.20.tar.xz
- sha256sums = c1f4a0b8a481d2d47b4cd805d299d758ea3fad7fe05c06ba20474f77d726804b
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.21.tar.xz
+ sha256sums = 6f3c759b461f44d075a5dae707f11fc58f863c5d99d73ec74ca4cf287e40ffa2
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 9d354236978f..36e73314f713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.20
+pkgver=6.21
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=('c1f4a0b8a481d2d47b4cd805d299d758ea3fad7fe05c06ba20474f77d726804b')
+sha256sums=('6f3c759b461f44d075a5dae707f11fc58f863c5d99d73ec74ca4cf287e40ffa2')
build() {
cd "$pkgname-$pkgver"