From e318ace1b4d9e423f6c3e42824dff3a546ebc554 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 28 Jul 2025 07:22:00 +0200 Subject: [PATCH] pax: add msys2_references --- pax/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pax/PKGBUILD b/pax/PKGBUILD index 86493040..e2c9710d 100644 --- a/pax/PKGBUILD +++ b/pax/PKGBUILD @@ -7,6 +7,11 @@ pkgdesc="Portable Archive Interchange - the POSIX standard archive tool for cpio arch=('i686' 'x86_64') url="https://www.mirbsd.org/pax.htm" license=('BSD') +msys2_references=( + 'archlinux: pax' + 'cpe: cpe:2.3:a:pax_project:pax' + 'gentoo: app-arch/pax' +) provides=("${pkgname}-git") conflicts=("${pkgname}-git") replaces=("${pkgname}-git")