summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-08-23 09:46:23 +0200
committerSledge Sulaweyo2020-08-23 09:46:23 +0200
commitff81c8380dbc3332a82f389468ef66ba7f71ce4a (patch)
treed8ef34b391c37c2ade6d873a14d137c96a3be354
parent9f7d9d7e3985631ae2f265cad8eaa17dc4ed014a (diff)
downloadaur-ff81c8380dbc3332a82f389468ef66ba7f71ce4a.tar.gz
add ruby-snc dependency
-rw-r--r--.SRCINFO48
-rw-r--r--PKGBUILD4
2 files changed, 50 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e7179a802e0..f99e8a52d0ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,3 +21,51 @@ pkgbase = puppet3
pkgname = puppet3
+pkgbase = puppet3
+ pkgdesc = Server automation framework and application
+ pkgver = 3.8.7
+ pkgrel = 4
+ url = http://puppetlabs.com/puppet/puppet-open-source
+ install = puppet.install
+ arch = any
+ license = APACHE
+ depends = facter2
+ depends = hiera
+ depends = ruby-sync
+ optdepends = ruby-shadow: user password management
+ optdepends = logrotate
+ provides = puppet=3.8.7
+ conflicts = puppet
+ backup = etc/puppet/auth.conf
+ backup = etc/puppet/fileserver.conf
+ backup = etc/puppet/puppet.conf
+ backup = etc/puppet/tagmail.conf
+ source = http://downloads.puppetlabs.com/puppet/puppet-3.8.7.tar.gz
+ md5sums = 99061eb4f868a03f0d524de2af10855d
+
+pkgname = puppet3
+
+pkgbase = puppet3
+ pkgdesc = Server automation framework and application
+ pkgver = 3.8.7
+ pkgrel = 5
+ url = http://puppetlabs.com/puppet/puppet-open-source
+ install = puppet.install
+ arch = any
+ license = APACHE
+ depends = facter2
+ depends = hiera
+ depends = ruby-sync
+ optdepends = ruby-shadow: user password management
+ optdepends = logrotate
+ provides = puppet=3.8.7
+ conflicts = puppet
+ backup = etc/puppet/auth.conf
+ backup = etc/puppet/fileserver.conf
+ backup = etc/puppet/puppet.conf
+ backup = etc/puppet/tagmail.conf
+ source = http://downloads.puppetlabs.com/puppet/puppet-3.8.7.tar.gz
+ md5sums = 99061eb4f868a03f0d524de2af10855d
+
+pkgname = puppet3
+
diff --git a/PKGBUILD b/PKGBUILD
index 05dcec90482e..22c2de5cc720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@
pkgname=puppet3
pkgver=3.8.7
-pkgrel=4
+pkgrel=5
pkgdesc="Server automation framework and application"
arch=('any')
url="http://puppetlabs.com/puppet/puppet-open-source"
license=('APACHE')
-depends=('facter2' 'hiera')
+depends=('facter2' 'hiera' 'ruby-sync')
optdepends=('ruby-shadow: user password management'
'logrotate')
provides=("puppet=$pkgver")