1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +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

@@ -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)