diff --git a/srcpkgs/efibootmgr/template b/srcpkgs/efibootmgr/template index f358466378a..fa239a473e8 100644 --- a/srcpkgs/efibootmgr/template +++ b/srcpkgs/efibootmgr/template @@ -1,20 +1,20 @@ # Template file for 'efibootmgr' pkgname=efibootmgr -version=16 +version=17 revision=1 hostmakedepends="pkg-config" -makedepends="libefivar-devel zlib-devel pciutils-devel popt-devel" +makedepends="libefivar-devel popt-devel" short_desc="Tool to modify UEFI Firmware Boot Manager Variables" maintainer="Juan RP " license="GPL-2.0-or-later" homepage="https://github.com/rhinstaller/efibootmgr" distfiles="https://github.com/rhinstaller/efibootmgr/releases/download/${version}/${pkgname}-${version}.tar.bz2" -checksum=950795fb4b58a09fb69e93c120d624000253f1241134469495c7a9def731f65f +distfiles="https://github.com/rhboot/efibootmgr/archive/${version}.tar.gz" +checksum=22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d + only_for_archs="i686 i686-musl x86_64 x86_64-musl" conf_files="/etc/default/efibootmgr-kernel-hook" -CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/efivar" - case "$XBPS_TARGET_MACHINE" in x86_64*) EFI_LOADER="grubx64.efi" ;;