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

Revert "jekyll: update ruby-i18n dependency"

This reverts commit 5d0fc02761.
This commit is contained in:
Shengyu Zhang
2018-10-18 11:13:08 +08:00
committed by Bert Peters
parent aa398d9258
commit 832c582a12
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Mon Oct 8 14:40:23 UTC 2018
# Thu Oct 18 03:13:50 UTC 2018
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.8.4
pkgrel = 2
pkgrel = 3
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -29,7 +29,7 @@ pkgbase = jekyll
depends = ruby-safe_yaml>=1.0
depends = ruby-safe_yaml<2.0
depends = ruby-i18n>=0.7
depends = ruby-i18n<2.0
depends = ruby-i18n<1.0
depends = ruby-em-websocket>=0.5
depends = ruby-em-websocket<1.0
optdepends = ruby-jekyll-paginate

View File

@@ -4,7 +4,7 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=3.8.4
pkgrel=2
pkgrel=3
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -20,7 +20,7 @@ depends=('ruby>=2.1.0'
'ruby-pathutil>=0.9' 'ruby-pathutil<1.0'
'ruby-rouge>1.7' 'ruby-rouge<4.0'
'ruby-safe_yaml>=1.0' 'ruby-safe_yaml<2.0'
'ruby-i18n>=0.7' 'ruby-i18n<2.0'
'ruby-i18n>=0.7' 'ruby-i18n<1.0'
'ruby-em-websocket>=0.5' 'ruby-em-websocket<1.0'
)
optdepends=('ruby-jekyll-paginate'