From fd3232e289076e9813ac449c62d98f080b692fd3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 25 Jun 2023 11:32:55 +0200 Subject: [PATCH] python-reportlab: Update to 4.0.4 --- mingw-w64-python-reportlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-reportlab/PKGBUILD b/mingw-w64-python-reportlab/PKGBUILD index 748cc0d344..8b60ebbdb2 100644 --- a/mingw-w64-python-reportlab/PKGBUILD +++ b/mingw-w64-python-reportlab/PKGBUILD @@ -4,7 +4,7 @@ _realname=reportlab pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.0.0 +pkgver=4.0.4 pkgrel=1 provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('3ea3b2954cb434b024dac61e9f270f2a4c0f9e0cc8b2cf2e310273307b2ba05c') +sha256sums=('7f70b3b56aff5f11cb4136c51a0f5a56fe6e4c8fbbac7b903076db99a8ef31c1') prepare() { cd "${srcdir}"