mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qemu to 7.2.0-2
This commit is contained in:
parent
97ee11de69
commit
0d4dab38d2
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue