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

jekyll: ruby 2.5 rebuild

This commit is contained in:
Shengyu Zhang
2018-01-07 23:36:57 +08:00
parent ac60344818
commit 4e75b21540
2 changed files with 5 additions and 5 deletions

View File

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

View File

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