summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2016-05-31 22:46:15 +1000
committerJustin Dray2016-05-31 22:46:15 +1000
commitf143569509650e81b508876a8035b329645c0bfe (patch)
tree14fc1cbba26c58a2b00df7fdabed983c5d96e09c
parentd8a4275a632cdbad308b2d5266d112f2259044ac (diff)
downloadaur-f143569509650e81b508876a8035b329645c0bfe.tar.gz
Add libvirt dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b96a93b60ce..8763eb62dd33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A hypervisor-agnostic Docker runtime"
url="https://hyper.sh"
arch=("any")
license=("Apache")
-depends=("automake" "cpio" "device-mapper" "sqlite" "qemu")
+depends=("automake" "cpio" "device-mapper" "libvirt" "sqlite" "qemu")
makedepends=("rpmextract")
#optdepends=("")
#backup=("")