summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-01-13 00:02:20 -0700
committerBrian Bidulock2017-01-13 00:02:20 -0700
commit59a4ef1affae33325216e54425ba8ac364f23f3f (patch)
tree38f6a7fd6283517fb7ad1ecc5c2df73c77f7da7a
parent3ed88bbdfc5af28b41a19c7f0ce0119d376ea13e (diff)
downloadaur-59a4ef1affae33325216e54425ba8ac364f23f3f.tar.gz
version 0.9.155-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3f41d60fe1..8cc28930ee6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pcs
pkgdesc = pacemaker corosync shell utility for cluster configuration
pkgver = 0.9.155
- pkgrel = 2
+ pkgrel = 3
url = http://clusterlabs.org/
arch = any
license = GPL2
depends = python
+ depends = python-lxml
source = https://github.com/ClusterLabs/pcs/archive/0.9.155.tar.gz
md5sums = 5c36c47c7f2199c93716e2b4e641e919
diff --git a/PKGBUILD b/PKGBUILD
index 9db74604cbf8..b47e7e9c6f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pcs
pkgver=0.9.155
-pkgrel=2
+pkgrel=3
pkgdesc='pacemaker corosync shell utility for cluster configuration'
arch=('any')
url='http://clusterlabs.org/'
license=('GPL2')
-depends=('python')
+depends=('python' 'python-lxml')
#makedepends=('ruby-bundler')
source=("https://github.com/ClusterLabs/$pkgname/archive/$pkgver.tar.gz")
md5sums=('5c36c47c7f2199c93716e2b4e641e919')