python-jinja: update to 3.1.5

This commit is contained in:
Konstantin Podsvirov
2024-12-23 21:51:02 +03:00
committed by Christoph Reiter
parent d1a0c36289
commit 288dcc2ad8

View File

@@ -4,8 +4,8 @@ _pyname=jinja2
_realname=jinja
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.1.4
pkgrel=2
pkgver=3.1.5
pkgrel=1
pkgdesc='A simple pythonic template language written in Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -26,7 +26,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369')
sha256sums=('8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb')
build() {
cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"