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

@@ -1,7 +1,7 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.2.0
pkgrel = 1
pkgrel = 2
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -20,6 +20,7 @@ pkgbase = jekyll
depends = ruby-em-websocket>=0.5
depends = ruby-kramdown-parser-gfm
depends = ruby-terminal-table
depends = ruby-webrick
optdepends = ruby-minima: Default theme for Jekyll
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist