python-jinja-docs: update to 3.1.6

This commit is contained in:
Konstantin Podsvirov 2025-03-08 16:43:23 +03:00
parent f2d08cdaa8
commit 060e9558ef

View File

@ -5,7 +5,7 @@ _realname=jinja
# this is a separate package to break the jinja2 <-> sphinx dependency cycle
pkgbase=mingw-w64-python-${_realname}-docs
pkgname="${MINGW_PACKAGE_PREFIX}-python-${_realname}-docs"
pkgver=3.1.5
pkgver=3.1.6
pkgrel=1
pkgdesc="A simple pythonic template language written in Python (mingw-w64) (documentation)"
arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-pallets-sphinx-themes"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-log-cabinet"
"${MINGW_PACKAGE_PREFIX}-python-sphinx-issues")
source=(https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz)
sha256sums=('8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb')
sha256sums=('0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d')
prepare() {
rm -rf python-build-${MSYSTEM} | true