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

Christian Rebischke shibumi at archlinux.org
Sat Oct 27 12:20:45 UTC 2018


    Date: Saturday, October 27, 2018 @ 12:20:45
  Author: shibumi
Revision: 399192

upgpkg: puppet 6.0.2-1

Modified:
  puppet/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-27 12:20:29 UTC (rev 399191)
+++ PKGBUILD	2018-10-27 12:20:45 UTC (rev 399192)
@@ -8,19 +8,21 @@
 # Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
 
 pkgname=puppet
-pkgver=5.5.3
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="https://puppet.com/products/open-source-projects"
 license=('Apache')
-depends=('facter' 'hiera')
+depends=('facter' 'hiera' 'ruby-semantic-puppet')
 optdepends=('ruby-shadow: user password management')
 backup=('etc/puppetlabs/puppet/auth.conf'
         'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('919269a73cec0790ab68e4c7baede5ca')
+md5sums=('d7115d13cc816725a8536ff879930ae5')
+conflicts=('puppet5')
+provides=('puppet')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list