python-docxtpl: update to 0.20.0

This commit is contained in:
Konstantin Podsvirov 2025-05-06 22:43:02 +03:00 committed by Biswapriyo Nath
parent 5db3f69c29
commit c6d21674f3

View File

@ -3,8 +3,8 @@
_realname=docxtpl
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-$_realname")
pkgver=0.19.1
pkgrel=2
pkgver=0.20.0
pkgrel=1
pkgdesc="Use a docx as a jinja2 template (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
source=("https://pypi.io/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('5836aab5583a82e2e81b086fae130ce94dc080f6b7fe0e43f83f4e3e3e5daecf')
sha256sums=('87d5d9c7f73a6c74c182b4b78a82886047e33db64973f7adaac3e0a824ffef63')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"