summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-01 14:37:19 -0400
committergraysky2015-10-01 14:37:19 -0400
commit9c44cb4f29ced0655385c8f94fe0575552b7ba48 (patch)
tree049fc8034af1584e254f46b482f8d4330c1b0d3d
parentc51a070a0d90843b35497d3fcdbf8ead9e7d6c45 (diff)
downloadaur-9c44cb4f29ced0655385c8f94fe0575552b7ba48.tar.gz
Update to 6.12-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535a9ebd35d0..e773e7a413b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
pkgver = 6.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = profile-sync-daemon
conflicts = tmpfs-sync
conflicts = user-profile-sync-daemon
source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.12.tar.xz
- sha256sums = 701ea4f0434e3f8df3cdb06039bfa599142d9d0b6908a1c36d35c0ba22cec17c
+ sha256sums = 5bf0aea0e532970ead4bc634cfcc076d223f00c1b45519864979ca9e588871cc
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index a4b2e1beb256..ff7a66cb45df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='profile-sync-daemon'
pkgver=6.12
-pkgrel=1
+pkgrel=2
pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
url='https://github.com/graysky2/profile-sync-daemon'
@@ -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=('701ea4f0434e3f8df3cdb06039bfa599142d9d0b6908a1c36d35c0ba22cec17c')
+sha256sums=('5bf0aea0e532970ead4bc634cfcc076d223f00c1b45519864979ca9e588871cc')
build() {
cd "$pkgname-$pkgver"