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

jekyll: ruby 2.5 rebuild

This commit is contained in:
Shengyu Zhang
2018-01-07 23:36:57 +08:00
committed by Bert Peters
parent 52d776c318
commit 6f8200a6fa
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Fri Nov 24 15:31:18 UTC 2017 # Sun Jan 7 15:36:25 UTC 2018
pkgbase = jekyll pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator. pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.6.2 pkgver = 3.6.2
pkgrel = 3 pkgrel = 4
url = https://github.com/jekyll/jekyll url = https://github.com/jekyll/jekyll
arch = any arch = any
license = MIT license = MIT
@@ -30,7 +30,7 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed optdepends = ruby-jekyll-feed
provides = jekyll=3.6.2, provides = jekyll=3.6.2
provides = ruby-jekyll provides = ruby-jekyll
conflicts = ruby-jekyll conflicts = ruby-jekyll
replaces = ruby-jekyll replaces = ruby-jekyll

View File

@@ -4,7 +4,7 @@
_gemname=jekyll _gemname=jekyll
pkgname=$_gemname pkgname=$_gemname
pkgver=3.6.2 pkgver=3.6.2
pkgrel=3 pkgrel=4
pkgdesc='A simple, blog aware, static site generator.' pkgdesc='A simple, blog aware, static site generator.'
arch=('any') arch=('any')
url='https://github.com/jekyll/jekyll' url='https://github.com/jekyll/jekyll'
@@ -26,7 +26,7 @@ optdepends=('ruby-jekyll-paginate'
'ruby-jekyll-gist' 'ruby-jekyll-gist'
'ruby-jekyll-feed' 'ruby-jekyll-feed'
) )
provides=("$pkgname=$pkgver", "ruby-jekyll") provides=("$pkgname=$pkgver" "ruby-jekyll")
conflicts=('ruby-jekyll') conflicts=('ruby-jekyll')
replaces=('ruby-jekyll') replaces=('ruby-jekyll')
options=(!emptydirs) options=(!emptydirs)