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

Anatol Pomozov anatolik at archlinux.org
Wed Nov 7 01:35:36 UTC 2018


    Date: Wednesday, November 7, 2018 @ 01:35:35
  Author: anatolik
Revision: 338027

upgpkg: qemu 3.0.0-4

FS#60726: remove files that are already included in seabios

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-07 00:56:47 UTC (rev 338026)
+++ PKGBUILD	2018-11-07 01:35:35 UTC (rev 338027)
@@ -6,7 +6,7 @@
          qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/"
@@ -156,7 +156,7 @@
     case $_blob in
       # provided by seabios package
       bios.bin|acpi-dsdt.aml|bios-256k.bin|vgabios-cirrus.bin|vgabios-qxl.bin|\
-      vgabios-stdvga.bin|vgabios-vmware.bin) rm "$_blob"; continue ;;
+      vgabios-stdvga.bin|vgabios-vmware.bin|vgabios-virtio.bin) rm "$_blob"; continue ;;
 
       # iPXE ROMs
       efi-*|pxe-*) continue ;;



More information about the arch-commits mailing list