summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 578f3c5975d5..8093fb365736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 4 20:53:47 UTC 2016
+# Thu Jul 7 00:59:02 UTC 2016
pkgbase = anything-sync-daemon
pkgdesc = Offload anything to RAM (tmpfs) for speed and wear reduction.
- pkgver = 5.78
+ pkgver = 5.79
pkgrel = 1
url = https://github.com/graysky2/anything-sync-daemon
install = asd.install
@@ -18,8 +18,8 @@ pkgbase = anything-sync-daemon
conflicts = tmpfs-store
conflicts = tmpfs-sync
backup = etc/asd.conf
- source = http://repo-ck.com/source/anything-sync-daemon/anything-sync-daemon-5.78.tar.xz
- sha256sums = 5327c5ce68745c552e2c5a6a50d9c2462f72288716bcbbf85abd93d09a18b97b
+ source = http://repo-ck.com/source/anything-sync-daemon/anything-sync-daemon-5.79.tar.xz
+ sha256sums = af35162b1265b2e64a0d6d9bf6595fc9f0f98e4c3f74680abeec69e7381e06bd
pkgname = anything-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index bc2431a4e5d6..e5c1d0730062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='anything-sync-daemon'
-pkgver=5.78
+pkgver=5.79
pkgrel=1
pkgdesc='Offload anything to RAM (tmpfs) for speed and wear reduction.'
arch=('any')
@@ -13,7 +13,7 @@ conflicts=('monitorix-sync-daemon' 'user-profile-sync-daemon' 'goanysync' 'goany
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
backup=('etc/asd.conf')
install=asd.install
-sha256sums=('5327c5ce68745c552e2c5a6a50d9c2462f72288716bcbbf85abd93d09a18b97b')
+sha256sums=('af35162b1265b2e64a0d6d9bf6595fc9f0f98e4c3f74680abeec69e7381e06bd')
build() {
cd "$pkgname-$pkgver"