summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-04-16 23:47:17 -0600
committerBrian Bidulock2018-04-16 23:47:17 -0600
commitbf45eff6228e3d42e1548f2e8fb906bcdd824fb0 (patch)
tree1b845a7bc0f9f9f6a19ac1fd0b7e96ccac104b2b
parentbc018dd383fdd3e00928c41556c79befee5e8afa (diff)
downloadaur-bf45eff6228e3d42e1548f2e8fb906bcdd824fb0.tar.gz
tweaks
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba44dbcc462e..b9178b2eb3a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacemaker-git
pkgdesc = advanced, scalable high-availability cluster resource manager
- pkgver = 2.0.0.rc2.r5.gf73f955e8
+ pkgver = 2.0.0.rc2.r6.g42dc2bbce
pkgrel = 1
url = https://github.com/ClusterLabs/pacemaker/
install = pacemaker.install
@@ -8,7 +8,6 @@ pkgbase = pacemaker-git
arch = x86_64
license = GPL2
makedepends = git
- makedepends = libxml2
makedepends = inkscape
makedepends = help2man
makedepends = asciidoc
@@ -16,12 +15,18 @@ pkgbase = pacemaker-git
depends = glib2
depends = pam
depends = libtool
- depends = python
- depends = libxslt
+ depends = python-lxml
+ depends = python-yaml
depends = libesmtp
depends = corosync-git
depends = libqb-git
depends = resource-agents-git
+ depends = fence-agents-git
+ depends = ha-glue
+ depends = net-snmp
+ optdepends = pssh: for use with some tools
+ optdepends = pdsh: for use with some tools
+ optdepends = crmsh-git: for use with crm_report
provides = pacemaker
conflicts = pacemaker
source = pacemaker-git::git+https://github.com/ClusterLabs/pacemaker.git
diff --git a/PKGBUILD b/PKGBUILD
index 7cd9a62222af..7e2b47def931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,19 @@
pkgname=pacemaker-git
_pkgname=pacemaker
-pkgver=2.0.0.rc2.r5.gf73f955e8
+pkgver=2.0.0.rc2.r6.g42dc2bbce
pkgrel=1
pkgdesc="advanced, scalable high-availability cluster resource manager"
arch=('i686' 'x86_64')
url="https://github.com/ClusterLabs/${_pkgname}/"
license=('GPL2')
-makedepends=('git' 'libxml2' 'inkscape' 'help2man' 'asciidoc')
-depends=('gnutls' 'glib2' 'pam' 'libtool' 'python' 'libxslt' 'libesmtp'
- 'corosync-git' 'libqb-git' 'resource-agents-git')
+makedepends=('git' 'inkscape' 'help2man' 'asciidoc')
+depends=('gnutls' 'glib2' 'pam' 'libtool' 'python-lxml' 'python-yaml' 'libesmtp'
+ 'corosync-git' 'libqb-git' 'resource-agents-git' 'fence-agents-git'
+ 'ha-glue' 'net-snmp')
+optdepends=('pssh: for use with some tools'
+ 'pdsh: for use with some tools'
+ 'crmsh-git: for use with crm_report')
provides=(${_pkgname})
conflicts=(${_pkgname})
install=${_pkgname}.install