summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b874c6c9ad..d6b2aad00ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Dec 23 19:12:06 UTC 2018
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.34
- pkgrel = 2
+ pkgver = 6.35
+ pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
arch = any
@@ -19,8 +17,8 @@ pkgbase = profile-sync-daemon
conflicts = tmpfs-store
conflicts = tmpfs-sync
conflicts = user-profile-sync-daemon
- source = profile-sync-daemon-6.34.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v6.34.tar.gz
- sha256sums = aad8f134738bac025b1d12aa175858e99690775eca5c277070b08ecdddfbde6c
+ source = profile-sync-daemon-6.35.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v6.35.tar.gz
+ sha256sums = 1b38fd65b4f54f58640d94f67a28a525018158818b22b65fc164dbe4a064a341
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index ff7aec878093..aba324caea90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.34
-pkgrel=2
+pkgver=6.35
+pkgrel=1
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=($pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz)
install=psd.install
-sha256sums=('aad8f134738bac025b1d12aa175858e99690775eca5c277070b08ecdddfbde6c')
+sha256sums=('1b38fd65b4f54f58640d94f67a28a525018158818b22b65fc164dbe4a064a341')
build() {
cd "$pkgname-$pkgver"