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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 21 22:48:11 UTC 2022


    Date: Thursday, April 21, 2022 @ 22:48:11
  Author: dvzrv
Revision: 443511

upgpkg: qemu-meta 1-2: Rebuild to add versioned replaces for qemu.

Add versioned replaces for qemu-desktop to replace qemu<7 with it.

Modified:
  qemu-meta/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 22:43:49 UTC (rev 443510)
+++ PKGBUILD	2022-04-21 22:48:11 UTC (rev 443511)
@@ -3,7 +3,7 @@
 pkgbase=qemu-meta
 pkgname=(qemu-{base,desktop,emulators-full,full})
 pkgver=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic and open source machine emulator and virtualizer"
 arch=(any)
 url="https://www.qemu.org/"
@@ -52,6 +52,7 @@
     qemu-vhost-user
     qemu-virtiofsd
   )
+  replaces=('qemu<7')
 }
 
 package_qemu-emulators-full() {



More information about the arch-commits mailing list