summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966f7c41855a..5cbe541c5d72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crmsh-git
pkgdesc = Command-line interface for high-availability cluster management on GNU/Linux systems
pkgver = 3.0.0.r22.g19533ef4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ClusterLabs/crmsh/
arch = any
license = GPL2
@@ -9,6 +9,7 @@ pkgbase = crmsh-git
makedepends = asciidoc
depends = python2
depends = gawk
+ depends = csync2
provides = crmsh
conflicts = crmsh
source = crmsh-git::git+https://github.com/ClusterLabs/crmsh.git
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")