1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

Fix Ruby 3 compatibility

Webrick is no longer bundled with Ruby so we need to install it as a
dependency.
This commit is contained in:
2021-04-26 23:13:58 +02:00
parent 118dc9d392
commit b4483a3f9d
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=4.2.0
pkgrel=1
pkgrel=2
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -26,6 +26,7 @@ depends=('ruby>=2.1.0'
'ruby-em-websocket>=0.5'
'ruby-kramdown-parser-gfm'
'ruby-terminal-table'
'ruby-webrick'
)
optdepends=(
'ruby-minima: Default theme for Jekyll'