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

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