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

Christian Rebischke shibumi at archlinux.org
Sat Nov 3 10:51:18 UTC 2018


    Date: Saturday, November 3, 2018 @ 10:51:18
  Author: shibumi
Revision: 401334

upgpkg: mcollective 2.12.2-2

changed dependency to puppet5, because mcollective doesn't support
puppet >= 6 yet.

Modified:
  mcollective/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-03 08:46:45 UTC (rev 401333)
+++ PKGBUILD	2018-11-03 10:51:18 UTC (rev 401334)
@@ -2,13 +2,13 @@
 
 pkgname=mcollective
 pkgver=2.12.2
-pkgrel=1
+pkgrel=2
 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')
 backup=('etc/puppetlabs/mcollective/server.cfg' 'etc/puppetlabs/mcollective/client.cfg')
-depends=('ruby' 'puppet' 'ruby-stomp')
+depends=('ruby' 'puppet5' 'ruby-stomp')
 optdepends=(
   'ruby-nats-pure: NATS backend'
   'ruby-net-ping: ping interface supporting various protocols'



More information about the arch-commits mailing list