summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-04-16 23:54:03 -0600
committerBrian Bidulock2018-04-16 23:54:03 -0600
commit2cd5ec6a4b14e1fb575a41a680aa5972961da8c9 (patch)
tree6cc5a4bf1320b534c38acd46c73ae9d586dfb9fb
parenta1402b68e42ab481307f559847598dca97e95d41 (diff)
downloadaur-2cd5ec6a4b14e1fb575a41a680aa5972961da8c9.tar.gz
tweaks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55eb38292758..f9e642dcd95a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crmsh-git
pkgdesc = Command-line interface for high-availability cluster management on GNU/Linux systems
- pkgver = 3.0.0.r414.g9ebfccdf
+ pkgver = 3.0.0.r422.g78999e05
pkgrel = 1
url = https://github.com/ClusterLabs/crmsh/
arch = any
@@ -8,7 +8,8 @@ pkgbase = crmsh-git
makedepends = git
makedepends = asciidoc
makedepends = python-setuptools
- depends = python
+ depends = python-yaml
+ depends = python-lxml
depends = gawk
depends = csync2-git
provides = crmsh
diff --git a/PKGBUILD b/PKGBUILD
index 0e0b60ae22ee..0ac2431a28e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=crmsh-git
_pkgname=crmsh
-pkgver=3.0.0.r414.g9ebfccdf
+pkgver=3.0.0.r422.g78999e05
pkgrel=1
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' 'gawk' 'csync2-git')
+depends=('python-yaml' 'python-lxml' 'gawk' 'csync2-git')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/ClusterLabs/${_pkgname}.git")