summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIntegral-Tech2022-10-16 14:05:19 +0800
committerIntegral-Tech2022-10-16 14:05:19 +0800
commit9d85625e0873c1325557aa65f04c6a0bf670610b (patch)
tree9cd506fd3b8436be4c4b99393cff8a2fee1e49f6 /PKGBUILD
parentc4618870cec10632c87009902f2067dd0cdf01a0 (diff)
downloadaur-qemu-patch-raspberry4.tar.gz
Fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c38a8215cc7b..fbdcb0677ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer:Integral<luckys68@126.com>
pkgname=qemu-patch-raspberry4
pkgver=6.2.50
-pkgrel=1
+pkgrel=2
pkgdesc="A patched version of QEMU 6.2.50 for Raspberry4."
arch=('x86_64')
url="http://www.qemu.org/"
license=('GPL')
makedepends=('git' 'ninja' 'python')
+conflicts=('qemu-headless' 'qemu' 'qemu-desktop')
+provides=('qemu-headless' 'qemu')
source=(
"git+https://github.com/Integral-Tech/qemu-patch-raspberry4"
)