summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 07:33:00 -0600
committerBrian Bidulock2017-05-18 07:33:00 -0600
commitb956979365692d5e2b5e02640ffeeb73deae9ed2 (patch)
tree0f30305c5297642c0206c1106cedc74e964f9ab5 /PKGBUILD
parent8908338e0aaa3922e922b337928ba7c4b6daa840 (diff)
downloadaur-b956979365692d5e2b5e02640ffeeb73deae9ed2.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 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')