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

upgpkg: jekyll 4.3.1-1

upstream release
This commit is contained in:
2022-10-27 18:19:40 +02:00
parent 7a415ed67e
commit d9b7ee29f0
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.3.0
pkgver = 4.3.1
pkgrel = 1
url = https://github.com/jekyll/jekyll
arch = any
@@ -25,12 +25,12 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed
provides = jekyll=4.3.0
provides = jekyll=4.3.1
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
options = !emptydirs
source = jekyll-4.3.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.0.tar.gz
sha256sums = 054b58ef3a4ac475e1356651b44a7266ab5ab21b92f64b39613d385ba1d50374
source = jekyll-4.3.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.1.tar.gz
sha256sums = 324496494202244c3407124a75ac3d9216442bd47a9a362462d5fcceb4d88512
pkgname = jekyll

View File

@@ -5,7 +5,7 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=4.3.0
pkgver=4.3.1
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=('054b58ef3a4ac475e1356651b44a7266ab5ab21b92f64b39613d385ba1d50374')
sha256sums=('324496494202244c3407124a75ac3d9216442bd47a9a362462d5fcceb4d88512')
prepare() {
cd ${_gemname}-${pkgver}