[arch-commits] Commit in mcollective/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Tue Mar 20 12:22:56 UTC 2018


    Date: Tuesday, March 20, 2018 @ 12:22:53
  Author: foxxx0
Revision: 309609

upgpkg: mcollective 2.11.4-9

mention additional optdeps after importing them to [community]

Modified:
  mcollective/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-20 12:18:16 UTC (rev 309608)
+++ PKGBUILD	2018-03-20 12:22:53 UTC (rev 309609)
@@ -2,13 +2,17 @@
 
 pkgname=mcollective
 pkgver=2.11.4
-pkgrel=8
+pkgrel=9
 pkgdesc="The Marionette Collective, a framework for building server orchestration or parallel job-execution systems."
 arch=('any')
 url='https://puppet.com/docs/mcollective/current/index.html'
 license=('Apache')
 depends=('ruby' 'puppet' 'ruby-stomp')
-optdepends=('ruby-nats-pure: NATS backend')
+optdepends=(
+  'ruby-nats-pure: NATS backend'
+  'ruby-net-ping: ping interface supporting various protocols'
+  'ruby-sys-proctable: interface for providing process table info'
+)
 source=(
   "https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
   'mcollective.service'



More information about the arch-commits mailing list