From 6a035166095844a46f6d43b601cd6dab544e61f5 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 19 Sep 2025 22:19:33 +0200 Subject: [PATCH] python-reportlab: update to 4.4.4 --- mingw-w64-python-reportlab/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-reportlab/PKGBUILD b/mingw-w64-python-reportlab/PKGBUILD index c83034d5df..3f067ec8fb 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.4.3 +pkgver=4.4.4 pkgrel=1 pkgdesc="A proven industry-strength PDF generating solution (mingw-w64)" arch=('any') @@ -12,6 +12,8 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://www.reportlab.com/" msys2_repository_url="https://hg.reportlab.com/hg-public/reportlab/" msys2_references=( + 'archlinux: python-reportlab' + 'gentoo: dev-python/reportlab' 'purl: pkg:pypi/reportlab' ) license=('spdx:BSD-3-Clause') @@ -22,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('073b0975dab69536acd3251858e6b0524ed3e087e71f1d0d1895acb50acf9c7b') +sha256sums=('cb2f658b7f4a15be2cc68f7203aa67faef67213edd4f2d4bdd3eb20dab75a80d') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"