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

upgpkg: jekyll 4.3.3-1

upstream release
This commit is contained in:
2023-12-29 20:50:48 +01:00
parent ad57bf9624
commit e0485f8b18
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.2 pkgver = 4.3.3
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.2 provides = jekyll=4.3.3
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.2.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.2.tar.gz source = jekyll-4.3.3.tar.gz::https://github.com/jekyll/jekyll/archive/v4.3.3.tar.gz
sha256sums = bc156abe3ce472f83d70572ceb44878ac37fdc1a592795db05ebb3deadbb9c30 sha256sums = 61903b4c731557cdca489e381e509ea113258a2b88426b8c20b3bc4c7145d507
pkgname = jekyll pkgname = jekyll

View File

@@ -5,7 +5,7 @@
_gemname=jekyll _gemname=jekyll
pkgname=$_gemname pkgname=$_gemname
pkgver=4.3.2 pkgver=4.3.3
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=('bc156abe3ce472f83d70572ceb44878ac37fdc1a592795db05ebb3deadbb9c30') sha256sums=('61903b4c731557cdca489e381e509ea113258a2b88426b8c20b3bc4c7145d507')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}