summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3db925cb626..888d56cc3aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 10:43:11 UTC 2017
+# Sat Feb 10 15:48:32 UTC 2018
pkgbase = ruby-jekyll-watch
pkgdesc = Rebuild your Jekyll site when a file changes with the `--watch` switch.
pkgver = 1.5.0
@@ -8,6 +8,7 @@ pkgbase = ruby-jekyll-watch
arch = any
license = MIT
depends = ruby-listen>3.0
+ depends = ruby-rdoc
noextract = jekyll-watch-1.5.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/jekyll-watch-1.5.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 1c284d57dbb3..3361a7b59778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Rebuild your Jekyll site when a file changes with the `--watch` switch.
arch=('any')
url='https://github.com/jekyll/jekyll-watch'
license=('MIT')
-depends=('ruby-listen>3.0')
+depends=('ruby-listen>3.0' 'ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)