python-docxtpl: update to 0.19.0

This commit is contained in:
Konstantin Podsvirov 2024-11-14 15:47:38 +03:00 committed by GitHub
parent ae43cd3e3e
commit ea31820ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
_realname=docxtpl
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-$_realname")
pkgver=0.18.0
pkgrel=2
pkgver=0.19.0
pkgrel=1
pkgdesc="Use a docx as a jinja2 template (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -21,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-docx"
"${MINGW_PACKAGE_PREFIX}-python-six")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.io/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('854ddcf0e294ce69e00f44e3ac4078ccdc8f1f9ea89b8e7e46807abb681c4e23')
sha256sums=('9cbacfe58ecf9eb481f28f60043c200f3e02205c0f41d710328e2558acbefba9')
prepare() {
cd "${srcdir}"