fwupd-efi: update to 1.3

This commit is contained in:
dkwo 2022-04-29 17:25:53 +02:00 committed by Echo
parent acccbaa7b7
commit 00654268ec

View file

@ -1,6 +1,6 @@
# Template file for 'fwupd-efi' # Template file for 'fwupd-efi'
pkgname=fwupd-efi pkgname=fwupd-efi
version=1.2 version=1.3
revision=1 revision=1
archs="x86_64* i686* arm* aarch64*" archs="x86_64* i686* arm* aarch64*"
build_style=meson build_style=meson
@ -15,7 +15,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/fwupd/fwupd-efi" homepage="https://github.com/fwupd/fwupd-efi"
distfiles="https://github.com/fwupd/fwupd-efi/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/fwupd/fwupd-efi/archive/refs/tags/${version}.tar.gz"
checksum=568fa4a9eb884821661d47d0c04ad5681ffe26346a1f8186a068efe56854b77b checksum=0e76057c178e221f63eaf9142fa1d06780a8eb3df7cf0c11f92660138dec5c83
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc" configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc"