summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2018-02-02 19:05:28 -0500
committerMario Finelli2018-02-02 19:05:28 -0500
commit87f441bbf80d3674076185ab864274623fca7278 (patch)
tree9b3dda4d4e7d53a857e4e490b367badff3e9b91b
parent1f372d95e16ed2a8edcb610cf3f2cf85df16cff1 (diff)
downloadaur-87f441bbf80d3674076185ab864274623fca7278.tar.gz
Add ruby-rdoc to make depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b08f5289ff9d..65e6d857725a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = puppet-lint
pkgdesc = Check that your Puppet manifests conform to the style guide.
pkgver = 2.3.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rodjek/puppet-lint
arch = i686
arch = x86_64
license = MIT
makedepends = rubygems
+ makedepends = ruby-rdoc
depends = ruby
noextract = puppet-lint-2.3.3.gem
source = https://rubygems.org/downloads/puppet-lint-2.3.3.gem
diff --git a/PKGBUILD b/PKGBUILD
index eb0145d63c52..10c3b5b17041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=puppet-lint
pkgver=2.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Check that your Puppet manifests conform to the style guide."
arch=('i686' 'x86_64')
url="https://github.com/rodjek/puppet-lint"
license=('MIT')
depends=('ruby')
-makedepends=('rubygems')
+makedepends=('rubygems' 'ruby-rdoc')
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
sha256sums=('8d3f294b1220253580ec7b19ff8a88e2065566d3da47adbefd88a7e178796e23')