1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

jekyll: add dependency ruby-ruby_dep due to ruby-listen missing it

This commit is contained in:
Shengyu Zhang
2018-01-19 12:58:02 +08:00
parent c6ae2d488d
commit f372352339
2 changed files with 5 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Tue Jan 16 04:32:53 UTC 2018
# Fri Jan 19 04:57:58 UTC 2018
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.7.0
pkgrel = 2
pkgrel = 3
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -34,6 +34,7 @@ pkgbase = jekyll
depends = ruby-concurrent-ruby<2.0
depends = ruby-em-websocket>=0.5
depends = ruby-em-websocket<1.0
depends = ruby-ruby_dep
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed

View File

@@ -4,7 +4,7 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=3.7.0
pkgrel=2
pkgrel=3
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -23,6 +23,7 @@ depends=('ruby>=2.1.0'
'ruby-i18n>=0.7' 'ruby-i18n<1.0'
'ruby-concurrent-ruby>=1.0' 'ruby-concurrent-ruby<2.0' # missing dependency for ruby-i18n
'ruby-em-websocket>=0.5' 'ruby-em-websocket<1.0'
'ruby-ruby_dep' # missing dependency for ruby-listen
)
optdepends=('ruby-jekyll-paginate'
'ruby-jekyll-gist'