diff options
author | Brian Bidulock | 2017-05-18 07:33:00 -0600 |
---|---|---|
committer | Brian Bidulock | 2017-05-18 07:33:00 -0600 |
commit | b956979365692d5e2b5e02640ffeeb73deae9ed2 (patch) | |
tree | 0f30305c5297642c0206c1106cedc74e964f9ab5 | |
parent | 8908338e0aaa3922e922b337928ba7c4b6daa840 (diff) | |
download | aur-b956979365692d5e2b5e02640ffeeb73deae9ed2.tar.gz |
needs csync2
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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') |