summaryrefslogtreecommitdiff
path: root/pcr/systemd-qemu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-11 14:26:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-11 14:26:21 -0400
commit28ec58633b1ed5598937695d64db5b696d024dc6 (patch)
tree9c3e001a522be93960f3988a35e18ac6d56c0b97 /pcr/systemd-qemu
parent8de9b14ac6e77fd775c356c8fc9f597cfca4c950 (diff)
pcr/systemd-qemu: Depend on 'qemu-headless', not 'qemu'
qemu provides=(qemu-headless), not the other way around.
Diffstat (limited to 'pcr/systemd-qemu')
-rw-r--r--pcr/systemd-qemu/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')