summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-10-01 17:27:21 -0400
committergraysky2016-10-01 17:27:21 -0400
commit735c3fff361c29e512ddac4e4f9bb6a2249c144c (patch)
tree8e80ac27914f8130aed0d11cc68cc1b01f122acd
parent5d7949a365db0f1f3b1f9a91ace093d4a872fcce (diff)
downloadaur-735c3fff361c29e512ddac4e4f9bb6a2249c144c.tar.gz
Update to 6.26-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c324c9842c30..c44bb7eae45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 7 00:59:20 UTC 2016
+# Sat Oct 1 21:27:21 UTC 2016
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.25
+ pkgver = 6.26
pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
@@ -11,6 +11,7 @@ pkgbase = profile-sync-daemon
depends = procps-ng
depends = rsync
depends = systemd
+ depends = findutils
conflicts = firefox-sync
conflicts = goanysync
conflicts = go-anysync-git
@@ -18,8 +19,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.25.tar.xz
- sha256sums = 99843d7ece67dd795280f913c5ea4881781465751db12f0d410f297419a2e3a9
+ source = http://repo-ck.com/source/profile-sync-daemon/profile-sync-daemon-6.26.tar.xz
+ sha256sums = 1dcba55454dd97e614f8cc508fb488794fe9ae724b6fbb086949e4f4d337bc2b
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e112a10427ff..39c6e455675e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.25
+pkgver=6.26
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'
license=('MIT')
-depends=('procps-ng' 'rsync' 'systemd')
+depends=('procps-ng' 'rsync' 'systemd' 'findutils')
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=('99843d7ece67dd795280f913c5ea4881781465751db12f0d410f297419a2e3a9')
+sha256sums=('1dcba55454dd97e614f8cc508fb488794fe9ae724b6fbb086949e4f4d337bc2b')
build() {
cd "$pkgname-$pkgver"