summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 07:33:00 -0600
committerBrian Bidulock2017-05-18 07:33:00 -0600
commitb956979365692d5e2b5e02640ffeeb73deae9ed2 (patch)
tree0f30305c5297642c0206c1106cedc74e964f9ab5
parent8908338e0aaa3922e922b337928ba7c4b6daa840 (diff)
downloadaur-b956979365692d5e2b5e02640ffeeb73deae9ed2.tar.gz
needs csync2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22a44a00ede4..bf3bc53afc6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = crmsh
pkgdesc = Command-line interface for high-availability cluster management on GNU/Linux systems
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ClusterLabs/crmsh/
arch = any
license = GPL2
makedepends = asciidoc
depends = python2
depends = gawk
+ depends = csync2
source = crmsh-3.0.0.tar.gz::https://github.com/ClusterLabs/crmsh/archive/3.0.0.tar.gz
md5sums = ff41cc2f4abf4498ea55fe033eb854f3
diff --git a/PKGBUILD b/PKGBUILD
index b9c3fccd7861..be9c56769d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=crmsh
pkgver=3.0.0
-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=('asciidoc')
-depends=('python2' 'gawk')
+depends=('python2' 'gawk' 'csync2')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ClusterLabs/$pkgname/archive/$pkgver.tar.gz")
md5sums=('ff41cc2f4abf4498ea55fe033eb854f3')