Date: Sunday, September 11, 2022 @ 18:49:19
  Author: dvzrv
Revision: 455903

upgpkg: qemu 7.1.0-5: Rebuild to not strip qemu-system-ppc.

Stripping qemu-system-ppc seems to break its firmware: 
https://bugs.archlinux.org/task/75877

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-11 16:18:14 UTC (rev 455902)
+++ PKGBUILD    2022-09-11 18:49:19 UTC (rev 455903)
@@ -25,7 +25,7 @@
   qemu-{base,desktop,emulators-full,full}
 )
 pkgver=7.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A generic and open source machine emulator and virtualizer"
 arch=(x86_64)
 url="https://www.qemu.org/";
@@ -761,6 +761,7 @@
   pkgdesc="QEMU system emulator for PPC"
   # NOTE: will require openbios
   depends=("${_qemu_system_deps[@]}" systemd-libs libudev.so)
+  options=(!strip)
   mv -v $pkgname/* "$pkgdir"
 }
 

Reply via email to