1
0
mirror of https://github.com/bertptrs/aur.git synced 2026-05-11 15:20:35 +02: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 2139429dce
commit 04d0bb3d72
2 changed files with 4 additions and 2 deletions
+2 -1
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'