From 9bf18e255f6c4c86867dd8aacd69a55181dbcf98 Mon Sep 17 00:00:00 2001 From: Carsten Feuls Date: Wed, 7 Feb 2018 19:51:33 +0100 Subject: [PATCH] Fix missing rdoc dependency --- .SRCINFO | 5 +++-- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1f6ba4e..8e67a71 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,14 @@ # Generated by mksrcinfo v8 -# Wed Feb 7 10:34:43 UTC 2018 +# Wed Feb 7 18:49:41 UTC 2018 pkgbase = ruby-yajl-ruby pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library. pkgver = 1.3.1 - pkgrel = 1 + pkgrel = 2 url = http://github.com/brianmario/yajl-ruby arch = any license = MIT depends = ruby + depends = ruby-rdoc noextract = yajl-ruby-1.3.1.gem options = !emptydirs source = https://rubygems.org/downloads/yajl-ruby-1.3.1.gem diff --git a/PKGBUILD b/PKGBUILD index 0c8e410..19eddf6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ _gemname=yajl-ruby pkgname=ruby-$_gemname pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.' arch=('any') url='http://github.com/brianmario/yajl-ruby' license=('MIT') -depends=('ruby') +depends=('ruby' 'ruby-rdoc') options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem)