1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

Update to v4.0.1.

This commit is contained in:
2020-05-08 18:13:04 +02:00
parent 754a44c40a
commit a62d7c3439
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = jekyll pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator. pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.0.0 pkgver = 4.0.1
pkgrel = 3 pkgrel = 1
url = https://github.com/jekyll/jekyll url = https://github.com/jekyll/jekyll
arch = any arch = any
license = MIT license = MIT
@@ -24,13 +24,13 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed optdepends = ruby-jekyll-feed
provides = jekyll=4.0.0 provides = jekyll=4.0.1
provides = ruby-jekyll provides = ruby-jekyll
conflicts = ruby-jekyll conflicts = ruby-jekyll
replaces = ruby-jekyll replaces = ruby-jekyll
options = !emptydirs options = !emptydirs
source = jekyll-4.0.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.0.0.tar.gz source = jekyll-4.0.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.0.1.tar.gz
sha256sums = 262547c5c6365b73ef45da79005ecd08600f3f398ac0d071439abf0f11fc35a1 sha256sums = a36dae868e2a60f94ebbf1bb0e1818a9df06544d0a1914156f3b1eeed60962f0
pkgname = jekyll pkgname = jekyll

View File

@@ -5,8 +5,8 @@
_gemname=jekyll _gemname=jekyll
pkgname=$_gemname pkgname=$_gemname
pkgver=4.0.0 pkgver=4.0.1
pkgrel=3 pkgrel=1
pkgdesc='A simple, blog aware, static site generator.' pkgdesc='A simple, blog aware, static site generator.'
arch=('any') arch=('any')
url='https://github.com/jekyll/jekyll' url='https://github.com/jekyll/jekyll'
@@ -38,7 +38,7 @@ conflicts=('ruby-jekyll')
replaces=('ruby-jekyll') replaces=('ruby-jekyll')
options=(!emptydirs) options=(!emptydirs)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll/archive/v${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll/archive/v${pkgver}.tar.gz)
sha256sums=('262547c5c6365b73ef45da79005ecd08600f3f398ac0d071439abf0f11fc35a1') sha256sums=('a36dae868e2a60f94ebbf1bb0e1818a9df06544d0a1914156f3b1eeed60962f0')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}