rufus: add msys2_references (#24911)

This commit is contained in:
Dirk Stolle
2025-07-22 06:25:02 +02:00
committed by GitHub
parent 0f14238ff9
commit 9dff2ff702

View File

@@ -11,6 +11,10 @@ mingw_arch=('mingw64' 'ucrt64')
url='https://rufus.ie'
msys2_repository_url='https://github.com/pbatard/rufus'
license=('spdx:GPL-3.0-or-later')
msys2_references=(
'anitya: 378415'
'cpe: cpe:2.3:a:rufus_project:rufus'
)
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${msys2_repository_url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")