From ea31820ec6da2006f451d6fcc572b52385daf0ac Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Thu, 14 Nov 2024 15:47:38 +0300 Subject: [PATCH] python-docxtpl: update to 0.19.0 --- mingw-w64-python-docxtpl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-docxtpl/PKGBUILD b/mingw-w64-python-docxtpl/PKGBUILD index 5ba481f69757c..dd2355072a9cc 100644 --- a/mingw-w64-python-docxtpl/PKGBUILD +++ b/mingw-w64-python-docxtpl/PKGBUILD @@ -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}"