[arch-commits] Commit in ipxe/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Apr 21 21:04:54 UTC 2022


    Date: Thursday, April 21, 2022 @ 21:04:53
  Author: dvzrv
Revision: 1187275

upgpkg: ipxe 1.21.1-3: Rebuild to update optional dependency.

As qemu is now a split package, switch to qemu-desktop for run_ipxe.

Modified:
  ipxe/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 20:39:25 UTC (rev 1187274)
+++ PKGBUILD	2022-04-21 21:04:53 UTC (rev 1187275)
@@ -2,7 +2,7 @@
 
 pkgname=ipxe
 pkgver=1.21.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Network bootloader"
 arch=('x86_64')
 url="https://ipxe.org"
@@ -10,7 +10,7 @@
 makedepends=('cdrtools')
 optdepends=(
   'bash: for run_ipxe'
-  'qemu: for run_ipxe'
+  'qemu-desktop: for run_ipxe'
   'edk2-ovmf: for run_ipxe'
 )
 # the TLS chain of trust is described at the upstream letsencrypt website:



More information about the arch-commits mailing list