Skip to content

Commit

Permalink
python-jinja-docs: update to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Dec 24, 2024
1 parent 288dcc2 commit 8f2926b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-jinja-docs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
pkgver=3.1.5
pkgrel=1
pkgdesc="A simple pythonic template language written in Python (mingw-w64) (documentation)"
arch=('any')
Expand All @@ -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=('4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369')
sha256sums=('8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb')

prepare() {
rm -rf python-build-${MSYSTEM} | true
Expand Down

0 comments on commit 8f2926b

Please sign in to comment.