Search Criteria
Package Details: jekyll 4.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jekyll.git (read-only, click to copy) |
---|---|
Package Base: | jekyll |
Description: | A simple, blog aware, static site generator. |
Upstream URL: | https://github.com/jekyll/jekyll |
Keywords: | jekyll ruby |
Licenses: | MIT |
Conflicts: | ruby-jekyll |
Provides: | jekyll, ruby-jekyll |
Replaces: | ruby-jekyll |
Submitter: | SilverRainZ |
Maintainer: | SilverRainZ (bertptrs) |
Last Packager: | bertptrs |
Votes: | 90 |
Popularity: | 0.35 |
First Submitted: | 2017-11-20 05:56 (UTC) |
Last Updated: | 2022-03-04 08:35 (UTC) |
Dependencies (20)
- ruby
- ruby-addressable
- ruby-colorator
- ruby-em-websocket (ruby-em-websocket)
- ruby-i18n
- ruby-jekyll-sass-converter
- ruby-jekyll-watch
- ruby-kramdown
- ruby-kramdown-parser-gfm
- ruby-liquid
- ruby-mercenary
- ruby-pathutil
- ruby-rouge (ruby-rouge-1, ruby-rouge-2.0, ruby-rouge-2.1)
- ruby-safe_yaml
- ruby-terminal-table
- ruby-webrick
- ruby-jekyll-feed (optional)
- ruby-jekyll-gist (optional)
- ruby-jekyll-paginate (optional)
- ruby-minima (optional) – Default theme for Jekyll
Required by (14)
- ruby-jekyll-archives
- ruby-jekyll-compose
- ruby-jekyll-data
- ruby-jekyll-feed
- ruby-jekyll-last-modified-at
- ruby-jekyll-less (requires ruby-jekyll)
- ruby-jekyll-paginate-v2
- ruby-jekyll-redirect-from (requires ruby-jekyll)
- ruby-jekyll-relative-links
- ruby-jekyll-seo-tag
- ruby-jekyll-sitemap
- ruby-jekyll-theme-leap-day
- ruby-jekyll-theme-minimal
- ruby-minima
Latest Comments
msrd0 commented on 2022-04-21 12:12 (UTC)
This package should have an optional dependency on ruby-tomlrb which is necessary to read config files written in toml format.
micwoj92 commented on 2021-06-17 14:07 (UTC) (edited on 2021-06-17 14:07 (UTC) by micwoj92)
Oh, thanks for notifying, should have checked in official repos first. Hopefully soon this issue will be resolved and it should fix it.
bertptrs commented on 2021-06-17 14:01 (UTC)
@micwoj92
ruby-webrick
is present in [community]. The interface is incorrect in saying it's missing.micwoj92 commented on 2021-06-17 13:47 (UTC)
Missing dependency ruby-webrick
malacology commented on 2021-05-27 09:37 (UTC)
Error Report
IGI-111 commented on 2021-03-11 11:18 (UTC)
The package has unresolvable dependencies:
AlexParkhomenko commented on 2021-01-10 16:40 (UTC) (edited on 2021-01-10 16:51 (UTC) by AlexParkhomenko)
depends=( ... ruby-bundler ruby-html-proofer...) # Sorry, ruby-rubocop in theme
rti commented on 2020-12-18 15:23 (UTC)
Currently, for me, install works, execution fails: /usr/lib/ruby/2.7.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'terminal-table' (>= 2.0) - did find: [terminal-table-1.8.0] (Gem::MissingSpecVersionError)
jekyll 4.2 requires terminal-table 2.0 https://github.com/jekyll/jekyll/commit/1099f73d2d6aa41236f8283302842c20354b39bc
the list of deps does not explicitly require this version, also, aur has 1.8 only atm https://aur.archlinux.org/packages/ruby-terminal-table/
ZeroCC commented on 2020-01-26 23:44 (UTC)
ruby-mercenary https://www.archlinux.org/packages/community/any/ruby-mercenary/ has been updated to 0.4.0-1 installing ruby-mercenary (0.4.0-1) breaks dependency 'ruby-mercenary<0.4' required by jekyll
xio commented on 2019-11-23 00:27 (UTC) (edited on 2019-11-23 00:31 (UTC) by xio)
alaskanarcher commented on 2019-11-15 04:42 (UTC)
This package is failing to build due to a dependency conflict. I'm reporting this to the other packages as well.
SilverRainZ commented on 2019-09-23 13:28 (UTC)
Jekyll in [archlinuxcn] has been updated to 4.0.0.
bertptrs commented on 2019-08-15 07:28 (UTC)
A few hours ago, the community repo upgraded
jekyll-sass-converter
to version 2.0.0. The dependency requirements for this package can now no longer be satisfied.See: https://git.archlinux.org/svntogit/community.git/log/trunk?h=packages/ruby-jekyll-sass-converter
tmikey commented on 2019-08-05 09:13 (UTC)
The latest version, 3.8.6-1 has a dependency problem. This can be temporarily fixed by manually install public_suffix < 4.0
gem install public_suffix -v 3.1.1
Here is the error message:
bjo commented on 2019-01-21 15:57 (UTC)
I updated the pkgbuild to 3.8.5 now, but unfortunately it does not work with kramdown 2.0.0. I will take look at it later.
bertptrs commented on 2019-01-21 11:19 (UTC)
The package is has unresolvable dependencies now that ruby-kramdown in the main repos has been updated to 2.0.0. Could you please fix this?
As an aside, version 3.8.5 has been available since november: https://github.com/jekyll/jekyll/releases/tag/v3.8.5
frigaut commented on 2018-11-14 12:18 (UTC)
Hi SilverRainZ. The dependency on the ruby-i18n version does not seem to be fixed. It's still ruby-i18n < 1.0, which makes the install fails.
SilverRainZ commented on 2018-10-18 03:17 (UTC)
@tkappe Sorry for replying so late, I reverted the recent update and added package ruby-i18n-0.9. It should be fixed now.
tkappe commented on 2018-10-10 10:37 (UTC) (edited on 2018-10-10 10:38 (UTC) by tkappe)
On my machine, Jekyll is broken after the last update. I get the following:
Forcing a rebuild of the PKGBUILD did not help.
After some digging, I found that
/usr/lib/ruby/gems/2.5.0/specifications/jekyll-3.8.4.gemspec
still contains a dependency on i18n version 0.7. Bumping this manually to 1.1.0 solved the issue.SilverRainZ commented on 2018-10-08 14:42 (UTC)
@bertptrs Updated.
bertptrs commented on 2018-10-04 08:28 (UTC)
This PKGBUILD currently has dependencies that cannot be met. The ruby-i18n package is at version 1.1.0 in AUR but this package requires >= 0.7, < 1.
Upstream appears to have loosened this requirement to >=0.9.5, <2. Could you please update the dependencies accordingly so this package can be installed again?
SilverRainZ commented on 2018-04-19 18:27 (UTC)
Jekyll updated to 3.8.0
SilverRainZ commented on 2018-01-19 05:03 (UTC)
@zertyz, Sorry for misleading, ruby-listen is a AUR package and not yet in [community].
ruby-ruby_dep
is a dependency ofruby-listen
butruby-listen
does not require it, I have notified the maintainer and addruby-ruby_dep
as jekyll's dependency temporarily.zertyz commented on 2018-01-18 14:28 (UTC)
Thank you for the package.
could not find ruby-listen in [community]. I'm facing an error after installing and running jekyll:
/usr/lib/ruby/2.5.0/rubygems/dependency.rb:310:in
to_specs': Could not find 'ruby_dep' (~> 1.2) among 65 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/home/luiz/.gem/ruby/2.5.0:/usr/lib/ruby/gems/2.5.0', execute
gem env` for more informationInstalling the package 'ruby-ruby_dep' from AUR solved the issue. Please, add it as a dependency.
SilverRainZ commented on 2018-01-16 04:06 (UTC) (edited on 2018-01-19 04:59 (UTC) by SilverRainZ)
Jekyll has updated to 3.7.0, User can replace ruby-listen-3-0 with ruby-listen now.
cc @jonathon
SilverRainZ commented on 2018-01-15 05:01 (UTC)
@jonathon, all dependencies has satisfied except ruby-jekyll-watch. I have to wait for the maintainer update to 2.0.0 to let jekyll works.
jonathon commented on 2018-01-14 17:26 (UTC) (edited on 2018-01-14 17:32 (UTC) by jonathon)
It looks like
jekyll=3.6.2
has a dep on ruby-listen (< 3.1, ~> 3.0) [1] (though this may be due to another installed gem). This version requirement should be resolvable with an update tojekyll=3.7.0
but thePKGBUILD
may still need the dep to be added.[1] https://forum.manjaro.org/t/running-jekyll-dependency-issue/38324
SilverRainZ commented on 2017-11-23 05:47 (UTC)
SilverRainZ commented on 2017-11-21 04:41 (UTC)
patrick.luehne commented on 2017-11-20 17:42 (UTC)
patrick.luehne commented on 2017-11-17 14:07 (UTC)
SilverRainZ commented on 2017-11-10 03:04 (UTC)
patrick.luehne commented on 2017-10-10 22:30 (UTC)
patrick.luehne commented on 2017-10-03 23:17 (UTC)
jplatte commented on 2017-09-21 18:04 (UTC)
yair commented on 2017-09-21 12:19 (UTC)
jplatte commented on 2017-08-29 16:25 (UTC)
seifferth commented on 2017-08-29 10:47 (UTC)
CarstenF commented on 2017-04-01 11:00 (UTC)
andybz commented on 2017-04-01 03:57 (UTC)
imrehg commented on 2017-03-26 10:09 (UTC)
zasdfgbnm commented on 2016-08-11 17:24 (UTC)
jleclanche commented on 2016-07-31 19:05 (UTC) (edited on 2016-07-31 19:06 (UTC) by jleclanche)
CarstenF commented on 2016-04-01 14:16 (UTC)
fusion809 commented on 2016-04-01 05:57 (UTC) (edited on 2016-04-01 05:58 (UTC) by fusion809)
alerque commented on 2016-03-14 14:54 (UTC)
CarstenF commented on 2016-02-09 15:01 (UTC)
sleeping commented on 2016-02-03 22:06 (UTC) (edited on 2016-02-03 22:07 (UTC) by sleeping)
CarstenF commented on 2016-01-27 10:06 (UTC)
kseistrup commented on 2015-12-23 10:09 (UTC)
whynothugo commented on 2015-08-24 23:03 (UTC)
whynothugo commented on 2015-08-24 22:45 (UTC)
kitarek commented on 2015-08-24 19:37 (UTC)
whynothugo commented on 2015-08-24 17:39 (UTC)
mschu commented on 2015-08-17 23:13 (UTC)
mschu commented on 2015-08-17 23:05 (UTC)
mschu commented on 2015-08-17 22:51 (UTC)
whynothugo commented on 2015-08-14 02:20 (UTC)
mschu commented on 2015-08-09 22:00 (UTC)
ItachiSan commented on 2015-07-24 15:14 (UTC)
ItachiSan commented on 2015-07-24 15:04 (UTC)
kralyk commented on 2015-05-19 01:18 (UTC)
whynothugo commented on 2015-05-16 20:20 (UTC)
whynothugo commented on 2015-05-16 20:20 (UTC)
anatolik commented on 2015-05-16 16:19 (UTC)
kralyk commented on 2015-05-11 14:42 (UTC)
orschiro commented on 2014-10-27 20:00 (UTC)
anatolik commented on 2014-10-27 19:34 (UTC)
orschiro commented on 2014-10-26 12:16 (UTC)
orschiro commented on 2014-10-26 10:59 (UTC)
whynothugo commented on 2014-09-11 13:53 (UTC)
nickoe commented on 2014-07-27 13:20 (UTC)
probil commented on 2014-07-27 12:59 (UTC)
whynothugo commented on 2014-07-13 17:00 (UTC)
anatolik commented on 2014-07-09 13:42 (UTC)
hahnjo commented on 2014-07-09 07:05 (UTC)
anatolik commented on 2014-06-13 03:35 (UTC)
anatolik commented on 2014-06-12 12:03 (UTC)
nickoe commented on 2014-06-12 11:52 (UTC)
anatolik commented on 2014-06-07 19:31 (UTC)
the-k commented on 2014-06-07 17:34 (UTC)
nickoe commented on 2014-05-18 18:32 (UTC)
veox commented on 2014-05-18 18:28 (UTC)
nickoe commented on 2014-05-17 08:03 (UTC)
nickoe commented on 2014-05-17 07:57 (UTC)
anatolik commented on 2014-05-14 16:03 (UTC)
anatolik commented on 2014-05-14 15:49 (UTC)
bchretien commented on 2014-05-13 09:10 (UTC)
alexod commented on 2014-05-09 02:01 (UTC)
anatolik commented on 2014-05-08 16:14 (UTC)
anatolik commented on 2014-05-08 15:51 (UTC)
alexod commented on 2014-05-08 15:20 (UTC)
anatolik commented on 2013-12-16 07:17 (UTC)
anatolik commented on 2013-12-16 07:16 (UTC)
oliparcol commented on 2013-08-18 12:09 (UTC)
rberaldo commented on 2013-08-14 23:20 (UTC)
oliparcol commented on 2013-06-24 11:47 (UTC)
Muflone commented on 2013-06-24 11:42 (UTC)
artafinde commented on 2013-06-17 19:19 (UTC)
oliparcol commented on 2013-06-09 09:51 (UTC)
oliparcol commented on 2013-05-28 05:53 (UTC)
artafinde commented on 2013-05-19 19:53 (UTC)
oliparcol commented on 2013-04-15 18:50 (UTC)
oliparcol commented on 2013-04-11 08:18 (UTC)
hcartiaux commented on 2013-04-09 23:06 (UTC)
oliparcol commented on 2013-02-26 20:11 (UTC)
oliparcol commented on 2013-01-19 12:58 (UTC)
oliparcol commented on 2012-10-19 10:09 (UTC)
oliparcol commented on 2012-10-04 08:34 (UTC)
srl commented on 2012-10-04 07:59 (UTC)
oliparcol commented on 2012-08-19 09:36 (UTC)
oliparcol commented on 2011-12-25 11:14 (UTC)
hendry commented on 2011-12-02 06:01 (UTC)
oliparcol commented on 2011-07-14 14:17 (UTC)
oliparcol commented on 2011-05-17 14:25 (UTC)
oliparcol commented on 2011-02-21 19:07 (UTC)
oliparcol commented on 2011-02-19 16:39 (UTC)
shaleny commented on 2011-02-14 16:33 (UTC)