summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-02-28 14:56:47 -0500
committergraysky2018-02-28 14:56:47 -0500
commit59f04a1d5870561319ccfcd6cbfac63105d3cc08 (patch)
treec265c3b8bcbec4c1df0b0361a2a7eba904ff0336
parent9f6049587e906e7ee24e078e72362b4e184a1d45 (diff)
downloadaur-59f04a1d5870561319ccfcd6cbfac63105d3cc08.tar.gz
Update to 6.33-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c467e54e8d24..34bc658e1cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 15:53:17 UTC 2018
+# Wed Feb 28 19:56:47 UTC 2018
pkgbase = profile-sync-daemon
pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.
- pkgver = 6.32
- pkgrel = 2
+ pkgver = 6.33
+ pkgrel = 1
url = https://github.com/graysky2/profile-sync-daemon
install = psd.install
arch = any
@@ -19,8 +19,8 @@ pkgbase = profile-sync-daemon
conflicts = tmpfs-store
conflicts = tmpfs-sync
conflicts = user-profile-sync-daemon
- source = profile-sync-daemon-6.32.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v6.32.tar.gz
- sha256sums = f61661f90259fcd0edd48d9f725290125674a08d743b860e5b2fcb3143a0c57d
+ source = profile-sync-daemon-6.33.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v6.33.tar.gz
+ sha256sums = ab76f310cbae28123dac12e7c415b08f4849ada1b1092bd063f57fbd7a28fa37
pkgname = profile-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 5af7b10b2946..4aba9c6bc767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-sync-daemon'
-pkgver=6.32
-pkgrel=2
+pkgver=6.33
+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=('f61661f90259fcd0edd48d9f725290125674a08d743b860e5b2fcb3143a0c57d')
+sha256sums=('ab76f310cbae28123dac12e7c415b08f4849ada1b1092bd063f57fbd7a28fa37')
build() {
cd "$pkgname-$pkgver"