mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30: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:
3
.SRCINFO
3
.SRCINFO
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user