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

Update to v4.1.0.

This commit is contained in:
2020-05-27 17:58:45 +02:00
parent 66cefd15aa
commit d98099c935
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.0.1
pkgver = 4.1.0
pkgrel = 1
url = https://github.com/jekyll/jekyll
arch = any
@@ -24,13 +24,13 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed
provides = jekyll=4.0.1
provides = jekyll=4.1.0
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
options = !emptydirs
source = jekyll-4.0.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.0.1.tar.gz
sha256sums = a36dae868e2a60f94ebbf1bb0e1818a9df06544d0a1914156f3b1eeed60962f0
source = jekyll-4.1.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.1.0.tar.gz
sha256sums = 39198e5099b8fed89cdfce312ec2897a2bd152effde61a9147d8eff8c9f4af44
pkgname = jekyll

View File

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