Skip to content

Commit

Permalink
python-docxtpl: update to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored Nov 14, 2024
1 parent ae43cd3 commit ea31820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-docxtpl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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}"
Expand Down

0 comments on commit ea31820

Please sign in to comment.