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

upgpkg: jekyll 4.2.1-1

upstream release
This commit is contained in:
2021-10-03 13:39:25 +02:00
parent b4483a3f9d
commit a3a131ab5f
2 changed files with 8 additions and 9 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.2.0 pkgver = 4.2.1
pkgrel = 2 pkgrel = 1
url = https://github.com/jekyll/jekyll url = https://github.com/jekyll/jekyll
arch = any arch = any
license = MIT license = MIT
@@ -25,13 +25,12 @@ 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.2.0 provides = jekyll=4.2.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.2.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.0.tar.gz source = jekyll-4.2.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.1.tar.gz
sha256sums = a2d80f6d4f55bfaf6c62cceb0e5f49120ba755c286fbfe409fc10f2086cd9d74 sha256sums = 3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7
pkgname = jekyll pkgname = jekyll

View File

@@ -5,8 +5,8 @@
_gemname=jekyll _gemname=jekyll
pkgname=$_gemname pkgname=$_gemname
pkgver=4.2.0 pkgver=4.2.1
pkgrel=2 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'
@@ -39,7 +39,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=('a2d80f6d4f55bfaf6c62cceb0e5f49120ba755c286fbfe409fc10f2086cd9d74') sha256sums=('3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}