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

upgpkg: jekyll 4.2.2-1

upstream release
This commit is contained in:
2022-03-04 09:34:45 +01:00
parent 07e6f56ccf
commit ae2bde9c25
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = jekyll pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator. pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.2.1 pkgver = 4.2.2
pkgrel = 1 pkgrel = 1
url = https://github.com/jekyll/jekyll url = https://github.com/jekyll/jekyll
arch = any arch = any
@@ -25,12 +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.1 provides = jekyll=4.2.2
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.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.1.tar.gz source = jekyll-4.2.2.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.2.tar.gz
sha256sums = 3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7 sha256sums = e3248e9f7e139156f7b430aed40d61d1a2df830da357807cbb9e42df8ea16be7
pkgname = jekyll pkgname = jekyll

View File

@@ -5,7 +5,7 @@
_gemname=jekyll _gemname=jekyll
pkgname=$_gemname pkgname=$_gemname
pkgver=4.2.1 pkgver=4.2.2
pkgrel=1 pkgrel=1
pkgdesc='A simple, blog aware, static site generator.' pkgdesc='A simple, blog aware, static site generator.'
arch=('any') arch=('any')
@@ -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=('3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7') sha256sums=('e3248e9f7e139156f7b430aed40d61d1a2df830da357807cbb9e42df8ea16be7')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}