extra/qemu to 7.1.0-5

This commit is contained in:
Kevin Mihelich 2022-09-11 19:08:44 +00:00
parent 6a2cccf69f
commit addba1b0c1

View file

@ -28,7 +28,7 @@ pkgname=(
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/"
@ -759,6 +759,7 @@ package_qemu-system-ppc() {
pkgdesc="QEMU system emulator for PPC"
# NOTE: will require openbios
depends=("${_qemu_system_deps[@]}" systemd-libs libudev.so)
options=(!strip)
mv -v $pkgname/* "$pkgdir"
}