summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f370a7f6e28b..eed39852a777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,18 @@
pkgbase = qemu-patch-raspberry4
pkgdesc = A patched version of QEMU 6.2.50 for Raspberry4.
pkgver = 6.2.50
- pkgrel = 1
+ pkgrel = 2
url = http://www.qemu.org/
arch = x86_64
license = GPL
makedepends = git
makedepends = ninja
makedepends = python
+ provides = qemu-headless
+ provides = qemu
+ conflicts = qemu-headless
+ conflicts = qemu
+ conflicts = qemu-desktop
source = git+https://github.com/Integral-Tech/qemu-patch-raspberry4
sha512sums = SKIP
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"
)