diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-11 14:26:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-11 14:26:21 -0400 |
commit | 28ec58633b1ed5598937695d64db5b696d024dc6 (patch) | |
tree | 9c3e001a522be93960f3988a35e18ac6d56c0b97 /pcr | |
parent | 8de9b14ac6e77fd775c356c8fc9f597cfca4c950 (diff) | |
download | abslibre-28ec58633b1ed5598937695d64db5b696d024dc6.tar.gz abslibre-28ec58633b1ed5598937695d64db5b696d024dc6.tar.bz2 abslibre-28ec58633b1ed5598937695d64db5b696d024dc6.zip |
pcr/systemd-qemu: Depend on 'qemu-headless', not 'qemu'
qemu provides=(qemu-headless), not the other way around.
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/systemd-qemu/PKGBUILD | 4 |
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') |