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

Update to v4.1.1

This commit is contained in:
2020-06-24 19:35:37 +02:00
parent 5c1ae6b6ef
commit ad80d68893
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -5,8 +5,8 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=4.1.0
pkgrel=2
pkgver=4.1.1
pkgrel=1
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -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=('39198e5099b8fed89cdfce312ec2897a2bd152effde61a9147d8eff8c9f4af44')
sha256sums=('697a2cb683b2a3e4372cc490912da65f512f162917886e0ee9fe0eae5ec51ec1')
prepare() {
cd ${_gemname}-${pkgver}