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

Jonathan Steel jsteel at nymeria.archlinux.org
Mon Jun 9 21:14:34 UTC 2014


    Date: Monday, June 9, 2014 @ 23:14:34
  Author: jsteel
Revision: 112935

Fix FS#40429

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-09 21:02:41 UTC (rev 112934)
+++ PKGBUILD	2014-06-09 21:14:34 UTC (rev 112935)
@@ -10,12 +10,14 @@
 
 pkgname=puppet
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="http://puppetlabs.com/puppet/puppet-open-source"
 license=('APACHE')
-depends=('facter' 'hiera' 'logrotate')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+            'logrotate')
 backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
         'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install




More information about the arch-commits mailing list