summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-05-15 14:29:38 -0600
committerBrian Bidulock2018-05-15 14:29:38 -0600
commit22266879bbbd8297be6fa5ed001ca067a6905dba (patch)
treee32aaf10f9b29c2efcdd3a0a6d61e200b2a59485
parentae272fe23686a762fab6e6125207e84a9d3567e3 (diff)
downloadaur-22266879bbbd8297be6fa5ed001ca067a6905dba.tar.gz
mention booth
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3389abbf821f..cc9a08d5fb9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacemaker
pkgdesc = advanced, scalable high-availability cluster resource manager
pkgver = 1.1.18
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/ClusterLabs/pacemaker/
install = pacemaker.install
arch = i686
@@ -26,6 +26,7 @@ pkgbase = pacemaker
optdepends = pssh: for use with some tools
optdepends = pdsh: for use with some tools
optdepends = crmsh: for use with crm_report
+ optdepends = booth: for geo-clustering
source = https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-1.1.18.tar.gz
source = crm_report.in
source = makefile-chown.patch
diff --git a/PKGBUILD b/PKGBUILD
index 5b2f1e97cb5a..0a907ad38826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pacemaker
pkgver=1.1.18
-pkgrel=7
+pkgrel=8
pkgdesc="advanced, scalable high-availability cluster resource manager"
arch=('i686' 'x86_64')
url="https://github.com/ClusterLabs/${pkgname}/"
@@ -16,7 +16,8 @@ depends=('gnutls' 'glib2' 'pam' 'libtool' 'python-lxml' 'python-yaml' 'libesmtp'
'ha-glue' 'net-snmp')
optdepends=('pssh: for use with some tools'
'pdsh: for use with some tools'
- 'crmsh: for use with crm_report')
+ 'crmsh: for use with crm_report'
+ 'booth: for geo-clustering')
install=${pkgname}.install
source=("https://github.com/ClusterLabs/$pkgname/archive/Pacemaker-$pkgver.tar.gz"
'crm_report.in'