From 468798d446ad0d145898e23f2acac453bf18a5a2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 14 Aug 2025 14:04:00 +0200 Subject: [PATCH] python-pikepdf: extend msys2_references --- mingw-w64-python-pikepdf/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mingw-w64-python-pikepdf/PKGBUILD b/mingw-w64-python-pikepdf/PKGBUILD index fa7207ead8..831a081fad 100644 --- a/mingw-w64-python-pikepdf/PKGBUILD +++ b/mingw-w64-python-pikepdf/PKGBUILD @@ -10,7 +10,11 @@ arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/pikepdf/pikepdf' msys2_references=( + "anitya: 17724" "archlinux: $_realname" + "cpe: cpe:2.3:a:pikepdf_project:pikepdf" + "gentoo: dev-python/pikepdf" + "purl: pkg:pypi/pikepdf" ) license=('spdx:MPL-2.0') depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"