summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Steel2015-11-06 20:36:42 +0000
committerJonathan Steel2015-11-06 20:36:42 +0000
commit13a6fa9bef4f1b2f5239185a84469df11d89e17c (patch)
tree4d76080873968316387efb67dd7b59b0493d21ad
parent308d0d13ca1e336009ccb8cd048a1fbb16283964 (diff)
downloadaur-13a6fa9bef4f1b2f5239185a84469df11d89e17c.tar.gz
provides "puppet=$pkgver"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9036708e7456..b50f44d7fcea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = puppet3
pkgdesc = Server automation framework and application
pkgver = 3.8.4
- pkgrel = 1
+ pkgrel = 2
url = http://puppetlabs.com/puppet/puppet-open-source
install = puppet.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = puppet3
depends = hiera
optdepends = ruby-shadow: user password management
optdepends = logrotate
- provides = puppet
+ provides = puppet=3.8.4
conflicts = puppet
backup = etc/puppet/auth.conf
backup = etc/puppet/fileserver.conf
diff --git a/PKGBUILD b/PKGBUILD
index 11f179cb466a..aec9bedb5712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=puppet3
pkgver=3.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="Server automation framework and application"
arch=('any')
url="http://puppetlabs.com/puppet/puppet-open-source"
@@ -18,7 +18,7 @@ license=('APACHE')
depends=('facter2' 'hiera')
optdepends=('ruby-shadow: user password management'
'logrotate')
-provides=('puppet')
+provides=("puppet=$pkgver")
conflicts=('puppet')
backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')