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

fix ruby-public_suffix-3 dep

This commit is contained in:
Bjoern Franke
2019-08-05 14:19:37 +02:00
committed by Bert Peters
parent 55dc0fb9aa
commit ae0cc175ea
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.8.6
pkgrel = 1
pkgrel = 2
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -30,6 +30,8 @@ pkgbase = jekyll
depends = ruby-i18n<1.0
depends = ruby-em-websocket>=0.5
depends = ruby-em-websocket<1.0
depends = ruby-public_suffix-3>=3.0
depends = ruby-public_suffix-3<3.9
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed

View File

@@ -1,11 +1,11 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
# Co-Maintainer: Bjoern Franke <bjo@nord-west.org>
# Co-Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=jekyll
pkgname=$_gemname
pkgver=3.8.6
pkgrel=1
pkgrel=2
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -23,6 +23,8 @@ depends=('ruby>=2.1.0'
'ruby-safe_yaml>=1.0' 'ruby-safe_yaml<2.0'
'ruby-i18n>=0.7' 'ruby-i18n<1.0'
'ruby-em-websocket>=0.5' 'ruby-em-websocket<1.0'
'ruby-public_suffix-3>=3.0' 'ruby-public_suffix-3<3.9'
)
optdepends=('ruby-jekyll-paginate'
'ruby-jekyll-gist'