From b2c008c57e85d0779ba85cb41141987be967bf52 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 9 Aug 2025 22:17:09 +0200 Subject: [PATCH] fix some duplicated msys2_references --- glib2/PKGBUILD | 5 +---- lzo2/PKGBUILD | 4 +--- mingw-w64-cross-binutils/PKGBUILD | 4 +--- mingw-w64-cross-mingwarm64-binutils/PKGBUILD | 4 +--- u-boot-tools/PKGBUILD | 4 +--- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/glib2/PKGBUILD b/glib2/PKGBUILD index ca788c58..0b8d15cf 100644 --- a/glib2/PKGBUILD +++ b/glib2/PKGBUILD @@ -9,6 +9,7 @@ license=('spdx:LGPL-2.1-or-later') url="https://gitlab.gnome.org/GNOME/glib" msys2_references=( "cpe: cpe:/a:gnome:glib" + 'cygwin: glib2.0' ) arch=('i686' 'x86_64') makedepends=('gcc' @@ -28,10 +29,6 @@ source=(https://download.gnome.org/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz noextract=("glib-$pkgver.tar.xz") sha256sums=('aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e' '31bce1aff2dab2262ea372d101081162a77e9310fe0d68400da8c85d698ce65e') -msys2_references=( - 'cygwin: glib2.0' - 'cpe: cpe:2.3:a:gnome:glib' -) prepare() { bsdtar -zxf "glib-${pkgver}.tar.xz" || true diff --git a/lzo2/PKGBUILD b/lzo2/PKGBUILD index d9e2f5bd..f07fe2c8 100644 --- a/lzo2/PKGBUILD +++ b/lzo2/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://www.oberhumer.com/opensource/lzo" msys2_references=( "cpe: cpe:/a:oberhumer:lzo2" + 'archlinux: lzo' ) license=('GPL') makedepends=('gcc' 'patch' 'autotools') @@ -16,9 +17,6 @@ groups=('libraries' 'compression') source=(https://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz) options=(!libtool) sha256sums=('c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072') -msys2_references=( - 'archlinux: lzo' -) prepare() { cd "${srcdir}/lzo-${pkgver}" diff --git a/mingw-w64-cross-binutils/PKGBUILD b/mingw-w64-cross-binutils/PKGBUILD index 59db2c7a..16574134 100644 --- a/mingw-w64-cross-binutils/PKGBUILD +++ b/mingw-w64-cross-binutils/PKGBUILD @@ -12,6 +12,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/binutils/" msys2_references=( "cpe: cpe:/a:gnu:binutils" + 'archlinux: binutils' ) license=('GPL') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") @@ -28,9 +29,6 @@ sha256sums=('c50c0e7f9cb188980e2cc97e4537626b1672441815587f1eab69d2a1bfbef5d2' '4e8ac055df61b1b5d6ae29dc87e1154737c2e87c7b244b44866702cabf1a5d18') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') -msys2_references=( - 'archlinux: binutils' -) apply_patch_with_msg() { for _patch in "$@" diff --git a/mingw-w64-cross-mingwarm64-binutils/PKGBUILD b/mingw-w64-cross-mingwarm64-binutils/PKGBUILD index 2ffdb352..69614c1c 100644 --- a/mingw-w64-cross-mingwarm64-binutils/PKGBUILD +++ b/mingw-w64-cross-mingwarm64-binutils/PKGBUILD @@ -13,6 +13,7 @@ url="https://www.gnu.org/software/binutils/" msys2_repository_url="https://github.com/Windows-on-ARM-Experiments/binutils-woarm64" msys2_references=( "cpe: cpe:/a:gnu:binutils" + 'archlinux: binutils' ) license=('GPL') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") @@ -29,9 +30,6 @@ sha256sums=('963e4e4e0eba8918fc300b9119915020ccac0cfc19bda6397ccab0eefe699ccc' '4e8ac055df61b1b5d6ae29dc87e1154737c2e87c7b244b44866702cabf1a5d18') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') -msys2_references=( - 'archlinux: binutils' -) apply_patch_with_msg() { for _patch in "$@" diff --git a/u-boot-tools/PKGBUILD b/u-boot-tools/PKGBUILD index 6c6e5c90..d65dd84d 100644 --- a/u-boot-tools/PKGBUILD +++ b/u-boot-tools/PKGBUILD @@ -9,6 +9,7 @@ url="https://github.com/u-boot/u-boot" msys2_references=( "anitya: 5022"s "cpe: cpe:/a:denx:u-boot" + "archlinux: uboot-tools" ) license=('GPL2') depends=('dtc' 'openssl') @@ -18,9 +19,6 @@ noextract=("u-boot-${pkgver}.tar.bz2") sha256sums=('0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7' 'SKIP') validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C') # Thomas Rini -msys2_references=( - 'archlinux: uboot-tools' -) prepare() { # workaround an issue of bsdtar for extracting symbolic links in the tarball