summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-03-20 10:17:35 -0600
committerBrian Bidulock2018-03-20 10:17:35 -0600
commit2585cb2dcc329afcd4c84966503b79c2e7cbc861 (patch)
tree3a21b3d4f96661918ce8d7f67193aa6ea6b8a9c2
parentf1e2dfc7c499e5fe756075f654d64863584bec2f (diff)
downloadaur-2585cb2dcc329afcd4c84966503b79c2e7cbc861.tar.gz
correct depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef14670fa15d..dcadc5a9642d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = pcs
pkgdesc = pacemaker corosync shell utility for cluster configuration
pkgver = 0.9.163
- pkgrel = 1
+ pkgrel = 2
url = http://clusterlabs.org/
arch = any
license = GPL2
- makedepends = ruby-bundler
makedepends = wget
+ makedepends = python-setuptools
depends = python
- depends = python-lxml
- depends = python-setuptools
source = https://github.com/ClusterLabs/pcs/archive/0.9.163.tar.gz
sha512sums = 6f3f5b4f7135f598c4448a6d36b366557c109550bbb672081da39c450a1c70a5e749729682c51aa485076a35db3ee5517b09606780463743e16eaf11ca777b7e
diff --git a/PKGBUILD b/PKGBUILD
index 58f9f213e604..16e6e8d3b277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=pcs
pkgver=0.9.163
-pkgrel=1
+pkgrel=2
pkgdesc='pacemaker corosync shell utility for cluster configuration'
arch=('any')
url='http://clusterlabs.org/'
license=('GPL2')
-depends=('python' 'python-lxml' 'python-setuptools')
-makedepends=('ruby-bundler' 'wget')
+depends=('python')
+makedepends=('wget' 'python-setuptools')
source=("https://github.com/ClusterLabs/$pkgname/archive/$pkgver.tar.gz")
sha512sums=('6f3f5b4f7135f598c4448a6d36b366557c109550bbb672081da39c450a1c70a5e749729682c51aa485076a35db3ee5517b09606780463743e16eaf11ca777b7e')