From 28ec58633b1ed5598937695d64db5b696d024dc6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 11 Sep 2018 14:26:21 -0400 Subject: pcr/systemd-qemu: Depend on 'qemu-headless', not 'qemu' qemu provides=(qemu-headless), not the other way around. --- pcr/systemd-qemu/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr/systemd-qemu/PKGBUILD') diff --git a/pcr/systemd-qemu/PKGBUILD b/pcr/systemd-qemu/PKGBUILD index 33b7b1578..ca424cb65 100644 --- a/pcr/systemd-qemu/PKGBUILD +++ b/pcr/systemd-qemu/PKGBUILD @@ -5,9 +5,9 @@ pkgver=20180909 url=https://git.lukeshu.com/$pkgname license=('AGPL') -pkgrel=1 +pkgrel=2 arch=(any) -depends=(qemu 'bash>=4.4' numactl socat util-linux systemd) +depends=(qemu-headless 'bash>=4.4' numactl socat util-linux systemd) makedepends=(git) source=("git+${url}.git#tag=v${pkgver}") sha256sums=('SKIP') -- cgit v1.2.3