summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-22 02:54:25 -0400
committergraysky2015-10-22 02:54:25 -0400
commita79615900770034b813dc4daebf825c887bf0fa3 (patch)
treea6b1de02ba93597d91bb5445898ee557c7be3540
parent89dc8559e6d4c3f7bde89bcabe0b8cca6b3bb4a7 (diff)
downloadaur-a79615900770034b813dc4daebf825c887bf0fa3.tar.gz
Update to 5.75-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94118ef1f378..aaaf85af6637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anything-sync-daemon
pkgdesc = Offload anything to RAM (tmpfs) for speed and wear reduction.
- pkgver = 5.74
+ pkgver = 5.75
pkgrel = 1
url = https://github.com/graysky2/anything-sync-daemon
install = asd.install
@@ -8,6 +8,7 @@ pkgbase = anything-sync-daemon
license = MIT
depends = procps-ng
depends = rsync
+ optdepends = bash-completion: for tab completions under bash
conflicts = monitorix-sync-daemon
conflicts = user-profile-sync-daemon
conflicts = goanysync
@@ -15,8 +16,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.74.tar.xz
- sha256sums = 3c394d1333d1a8674ad3bd6ca7b334aec593f1dad9d0630fed1127fdb597d081
+ source = http://repo-ck.com/source/anything-sync-daemon/anything-sync-daemon-5.75.tar.xz
+ sha256sums = 02e69263138db2e377e6e1950ff5cfdc4b7a2441e438df048b6f9de4479ba805
pkgname = anything-sync-daemon
diff --git a/PKGBUILD b/PKGBUILD
index b3b63e2afcb4..f878c970fcda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='anything-sync-daemon'
-pkgver=5.74
+pkgver=5.75
pkgrel=1
pkgdesc='Offload anything to RAM (tmpfs) for speed and wear reduction.'
arch=('any')
url='https://github.com/graysky2/anything-sync-daemon'
license=('MIT')
depends=('procps-ng' 'rsync')
+optdepends=('bash-completion: for tab completions under bash')
conflicts=('monitorix-sync-daemon' 'user-profile-sync-daemon' 'goanysync' 'goanysync-git' 'tmpfs-store' 'tmpfs-sync')
source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
backup=('etc/asd.conf')
install=asd.install
-sha256sums=('3c394d1333d1a8674ad3bd6ca7b334aec593f1dad9d0630fed1127fdb597d081')
+sha256sums=('02e69263138db2e377e6e1950ff5cfdc4b7a2441e438df048b6f9de4479ba805')
build() {
cd "$pkgname-$pkgver"