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 8093fb365736..af9b9dda875d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 7 00:59:02 UTC 2016
+# Fri Jul 15 18:26:57 UTC 2016
pkgbase = anything-sync-daemon
pkgdesc = Offload anything to RAM (tmpfs) for speed and wear reduction.
- pkgver = 5.79
+ pkgver = 5.80
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.79.tar.xz
- sha256sums = af35162b1265b2e64a0d6d9bf6595fc9f0f98e4c3f74680abeec69e7381e06bd
+ source = http://repo-ck.com/source/anything-sync-daemon/anything-sync-daemon-5.80.tar.xz
+ sha256sums = 6cf9dc62f86fcbf113c97899e6ebac2ce7f12214993016371d7e74b4b34f62ed
pkgname = anything-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index e5c1d0730062..9c9da6e3d173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='anything-sync-daemon'
-pkgver=5.79
+pkgver=5.80
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=('af35162b1265b2e64a0d6d9bf6595fc9f0f98e4c3f74680abeec69e7381e06bd')
+sha256sums=('6cf9dc62f86fcbf113c97899e6ebac2ce7f12214993016371d7e74b4b34f62ed')
build() {
cd "$pkgname-$pkgver"