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

upgpkg: jekyll 4.3.2-1

upstream release
This commit is contained in:
2023-01-22 20:31:23 +01:00
parent c741a62b3f
commit 57a2770e27
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.3.1 pkgver = 4.3.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.3.1 provides = jekyll=4.3.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.3.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.1.tar.gz source = jekyll-4.3.2.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.2.tar.gz
sha256sums = 324496494202244c3407124a75ac3d9216442bd47a9a362462d5fcceb4d88512 sha256sums = bc156abe3ce472f83d70572ceb44878ac37fdc1a592795db05ebb3deadbb9c30
pkgname = jekyll pkgname = jekyll

View File

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