summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBert Peters2020-02-09 20:31:24 +0100
committerBert Peters2020-02-09 20:33:25 +0100
commit754a44c40ac0fb1701c7ecc5fa7c51c9406cafb7 (patch)
tree23d64880d51666e863ba32e1ce09dca6f9d347c2 /.SRCINFO
parent23731611e4b5a0c803ad613533568657d60c8c7e (diff)
downloadaur-754a44c40ac0fb1701c7ecc5fa7c51c9406cafb7.tar.gz
Use open-ended dependencies.
Ruby has the unfortunate habit of being way too strict in its semantic versioning. In this case, we think it's better to use open-ended dependencies for now, as most repository packages do. In the event that stuff breaks, we can reconsider this. For now it seems to work just fine. Unfortunately, this does require us to rebuild the gem file from source. This is slightly more work, but we believe the experience will be better for everyone in the end.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f207ebd3b1e..1e4286267af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -12,18 +12,12 @@ pkgbase = jekyll
depends = ruby-jekyll-watch>=2.0
depends = ruby-kramdown>=2.1.0
depends = ruby-liquid>=4.0
- depends = ruby-liquid<5.0
depends = ruby-mercenary>=0.3.3
- depends = ruby-mercenary<0.4
depends = ruby-pathutil>=0.9
- depends = ruby-pathutil<1.0
depends = ruby-rouge>1.7
- depends = ruby-rouge<4.0
depends = ruby-safe_yaml>=1.0
- depends = ruby-safe_yaml<2.0
depends = ruby-i18n>=1
depends = ruby-em-websocket>=0.5
- depends = ruby-em-websocket<1.0
depends = ruby-kramdown-parser-gfm
depends = ruby-terminal-table
optdepends = ruby-minima: Default theme for Jekyll
@@ -34,10 +28,9 @@ pkgbase = jekyll
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
- noextract = jekyll-4.0.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/jekyll-4.0.0.gem
- sha256sums = 4a1dc48895d525bfb98cd562bf03ab6dd2727b5795360877c90e12670b9fec3a
+ source = jekyll-4.0.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.0.0.tar.gz
+ sha256sums = 262547c5c6365b73ef45da79005ecd08600f3f398ac0d071439abf0f11fc35a1
pkgname = jekyll