summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26704cdfda3d..b2c64fbc676e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 16 04:00:47 UTC 2018
+# Sat Feb 10 15:50:10 UTC 2018
pkgbase = ruby-jekyll-watch
pkgdesc = Rebuild your Jekyll site when a file changes with the `--watch` switch.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jekyll/jekyll-watch
arch = any
license = MIT
depends = ruby-listen>=3.0
depends = ruby-listen<4.0
+ depends = ruby-rdoc
noextract = jekyll-watch-2.0.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/jekyll-watch-2.0.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 9d0369681ec8..597f966ae14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=jekyll-watch
pkgname=ruby-$_gemname
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
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' 'ruby-listen<4.0')
+depends=('ruby-listen>=3.0' 'ruby-listen<4.0' 'ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)