Merge pull request #4352 from lazka/python-jinja-3.1.3

python-jinja: Update to 3.1.3
This commit is contained in:
Christoph Reiter 2024-01-16 20:20:45 +01:00 committed by GitHub
commit 5ac1da0a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
_realname=jinja
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=3.1.2
pkgrel=3
pkgver=3.1.3
pkgrel=1
pkgdesc='A simple pythonic template language written in Python'
arch=('i686' 'x86_64')
license=('spdx:BSD-3-Clause')
@ -17,7 +17,7 @@ makedepends=(
"python-installer"
)
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/pallets/jinja/archive/${pkgver}.tar.gz")
sha256sums=('ecae76cd1a064d40eb46c5375f07953d747f4d65b68cd3fa5f02c91714b799fc')
sha256sums=('fe349bfd610cba6e688274df6eda339a60a59189cb114cd769ecde49f9a5dcbe')
prepare() {
cd "${_realname}-${pkgver}"