[u-boot-tools] add fdt_add_pubkey fix (fixes msys2#5673) (#5674)

* add fdt_add_pubkey fix (fixes msys2#5673)

* pkgrel++; fix typo

---------

Co-authored-by: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com>
This commit is contained in:
GusFerdinand 2025-09-28 10:58:57 +03:00 committed by GitHub
parent c952a220e8
commit 4d243cd229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
pkgname=u-boot-tools
pkgver=2025.07
pkgrel=1
pkgrel=2
pkgdesc="U-Boot Tools"
arch=('i686' 'x86_64')
url="https://github.com/u-boot/u-boot"
msys2_references=(
"anitya: 5022"s
"anitya: 5022"
"cpe: cpe:/a:denx:u-boot"
"archlinux: uboot-tools"
)
@ -40,4 +40,5 @@ package() {
cp -f tools/fit_check_sign.exe ${pkgdir}/usr/bin/
cp -f tools/mkimage.exe ${pkgdir}/usr/bin/
cp -f tools/mkenvimage.exe ${pkgdir}/usr/bin/
cp -f tools/fdt_add_pubkey.exe ${pkgdir}/usr/bin/
}