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

jekyll: hard link to ruby-rouge-1, add optdepends, provide old pkgname

This commit is contained in:
Shengyu Zhang
2017-11-23 13:17:14 +08:00
parent f0ff630e08
commit 8d67ca7993
2 changed files with 18 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Mon Nov 20 05:53:20 UTC 2017
# Thu Nov 23 05:17:00 UTC 2017
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.6.2
pkgrel = 1
pkgrel = 2
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -24,11 +24,14 @@ pkgbase = jekyll
depends = ruby-mercenary<0.4
depends = ruby-pathutil>=0.9
depends = ruby-pathutil<1.0
depends = ruby-rouge>1.7
depends = ruby-rouge<3
depends = ruby-rouge-1
depends = ruby-safe_yaml>=1.0
depends = ruby-safe_yaml<2.0
provides = jekyll=3.6.2
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed
provides = jekyll=3.6.2,
provides = ruby-jekyll
conflicts = ruby-jekyll
noextract = jekyll-3.6.2.gem
options = !emptydirs

View File

@@ -4,11 +4,11 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=3.6.2
pkgrel=1
pkgrel=2
pkgdesc='A simple, blog aware, static site generator.'
arch=(any)
arch=('any')
url='https://github.com/jekyll/jekyll'
license=(MIT)
license=('MIT')
depends=('ruby>=2.1.0'
'ruby-addressable>=2.4' 'ruby-addressable<3.0'
'ruby-colorator>=1.0' 'ruby-colorator<=2.0'
@@ -18,10 +18,15 @@ depends=('ruby>=2.1.0'
'ruby-liquid>=4.0' 'ruby-liquid<5.0'
'ruby-mercenary>=0.3.3' 'ruby-mercenary<0.4'
'ruby-pathutil>=0.9' 'ruby-pathutil<1.0'
'ruby-rouge>1.7' 'ruby-rouge<3'
'ruby-rouge-1'
'ruby-safe_yaml>=1.0' 'ruby-safe_yaml<2.0'
)
provides=("$pkgname=$pkgver")
# 'ruby-rouge>1.7' 'ruby-rouge<3.0'
optdepends=('ruby-jekyll-paginate'
'ruby-jekyll-gist'
'ruby-jekyll-feed'
)
provides=("$pkgname=$pkgver", "ruby-jekyll")
conflicts=('ruby-jekyll')
replace=('ruby-jekyll')
options=(!emptydirs)