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:
3
PKGBUILD
3
PKGBUILD
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user