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

upgpkg: jekyll 4.2.1-1

upstream release
This commit is contained in:
2021-10-03 13:39:25 +02:00
parent b4483a3f9d
commit a3a131ab5f
2 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 4.2.0
pkgrel = 2
pkgver = 4.2.1
pkgrel = 1
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -25,13 +25,12 @@ pkgbase = jekyll
optdepends = ruby-jekyll-paginate
optdepends = ruby-jekyll-gist
optdepends = ruby-jekyll-feed
provides = jekyll=4.2.0
provides = jekyll=4.2.1
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
options = !emptydirs
source = jekyll-4.2.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.0.tar.gz
sha256sums = a2d80f6d4f55bfaf6c62cceb0e5f49120ba755c286fbfe409fc10f2086cd9d74
source = jekyll-4.2.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.1.tar.gz
sha256sums = 3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7
pkgname = jekyll

View File

@@ -5,8 +5,8 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=4.2.0
pkgrel=2
pkgver=4.2.1
pkgrel=1
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -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=('a2d80f6d4f55bfaf6c62cceb0e5f49120ba755c286fbfe409fc10f2086cd9d74')
sha256sums=('3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7')
prepare() {
cd ${_gemname}-${pkgver}