summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-11-03 06:43:30 +0100
committerzer0def2020-11-03 06:43:30 +0100
commit5104771a7ff73e19066a28c33e99a1952edfb0e9 (patch)
treea6503e37dcbf291c0fa88d57f07b272d7942f657
parent3bb762c9adb6e74c6a7c4456c9604e9d885c311d (diff)
downloadaur-5104771a7ff73e19066a28c33e99a1952edfb0e9.tar.gz
Correction in dependency listing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63aeddadc5d0..95f16537758e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = cloud-hypervisor-bin
pkgdesc = A Rust-VMM based cloud hypervisor from Intel (binary source)
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cloud-hypervisor/cloud-hypervisor
arch = x86_64
license = Apache:2.0
- depends = qemu
+ optdepends = qemu-headless
provides = cloud-hypervisor
conflicts = cloud-hypervisor
source = https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/v0.11.0/ch-remote
diff --git a/PKGBUILD b/PKGBUILD
index 36879b118e40..e9f2088ae6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zer0def <zer0def@github>
pkgname=cloud-hypervisor-bin
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Rust-VMM based cloud hypervisor from Intel (binary source)"
url="https://github.com/cloud-hypervisor/cloud-hypervisor"
arch=('x86_64')
license=('Apache:2.0')
-depends=(
- 'qemu' # for /usr/lib/qemu/virtiofsd
+optdepends=(
+ 'qemu-headless' # for /usr/lib/qemu/virtiofsd
)
provides=('cloud-hypervisor')
conflicts=('cloud-hypervisor')