mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qemu to 7.1.0-5
This commit is contained in:
parent
6a2cccf69f
commit
addba1b0c1
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue