summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-04-17 02:29:49 -0600
committerBrian Bidulock2018-04-17 02:29:49 -0600
commit3a692d1263f90a5ab1baf7842e719aef9e16b5f0 (patch)
tree939a27df5b5859450960a6b494c1a9fde8edda7a /PKGBUILD
parent2cd5ec6a4b14e1fb575a41a680aa5972961da8c9 (diff)
downloadaur-3a692d1263f90a5ab1baf7842e719aef9e16b5f0.tar.gz
get dependencies right
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ac2431a28e6..be0e9ba8fe90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=crmsh-git
_pkgname=crmsh
pkgver=3.0.0.r422.g78999e05
-pkgrel=1
+pkgrel=2
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' 'python-setuptools')
-depends=('python-yaml' 'python-lxml' 'gawk' 'csync2-git')
+depends=('python-parallax' 'python-lxml' 'python-yaml' 'python-dateutil' 'gawk' 'csync2-git')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/ClusterLabs/${_pkgname}.git")