summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 07:34:33 -0600
committerBrian Bidulock2017-05-18 07:34:33 -0600
commit4616fbafd071311317462c610c5fce19529f0b84 (patch)
treef33741b2a0f929f6df1b2722734c6078e4e34813 /PKGBUILD
parent9a0d71ccc5900ef9b9d0a51e56824ccf51099308 (diff)
downloadaur-4616fbafd071311317462c610c5fce19529f0b84.tar.gz
needs csync2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 139eccf785b2..03ea5747f560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=crmsh-git
_pkgname=crmsh
pkgver=3.0.0.r22.g19533ef4
-pkgrel=2
+pkgrel=3
pkgdesc="Command-line interface for high-availability cluster management on GNU/Linux systems"
arch=('any')
url="https://github.com/ClusterLabs/${_pkgname}/"
license=('GPL2')
makedepends=('git' 'asciidoc')
-depends=('python2' 'gawk')
+depends=('python2' 'gawk' 'csync2')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/ClusterLabs/${_pkgname}.git")