extra/qemu to 7.2.0-2

This commit is contained in:
Kevin Mihelich 2023-01-20 22:26:29 +00:00
parent 97ee11de69
commit 0d4dab38d2

View file

@ -29,7 +29,7 @@ pkgname=(
qemu-{base,desktop,emulators-full,full}
)
pkgver=7.2.0
pkgrel=1
pkgrel=2
pkgdesc="A generic and open source machine emulator and virtualizer"
arch=(x86_64)
url="https://www.qemu.org/"
@ -99,7 +99,6 @@ makedepends=(
zlib
zstd
)
options=(debug)
source=(
https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
bridge.conf
@ -315,7 +314,8 @@ package_qemu-common() {
--systemd ALL
--exportdir "$pkgdir/usr/lib/binfmt.d/"
--qemu-path "/usr/bin"
--preserve-argv0
--persistent yes
--preserve-argv0 yes
)
license+=(BSD MIT)