fix some duplicated msys2_references
This commit is contained in:
parent
028e500f31
commit
b2c008c57e
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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 "$@"
|
||||
|
||||
@ -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 "$@"
|
||||
|
||||
@ -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 <trini@konsulko.com>
|
||||
msys2_references=(
|
||||
'archlinux: uboot-tools'
|
||||
)
|
||||
|
||||
prepare() {
|
||||
# workaround an issue of bsdtar for extracting symbolic links in the tarball
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user