summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2018-05-27 11:22:44 +0800
committerquininer2018-05-27 11:22:44 +0800
commit1c9d9d58b36fc3fc9b07967da32ff1c011e0ebc3 (patch)
tree4bde1fffbc35b5ef5864e26655f15b1b2e9271e9
parent72959a879305033972138a874ea609b4a8b3e757 (diff)
downloadaur-1c9d9d58b36fc3fc9b07967da32ff1c011e0ebc3.tar.gz
add depends qemu
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cffc6f24088c..12760a924275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = bootimage-git
makedepends = rust
makedepends = cargo
depends = cargo-xbuild
+ depends = qemu
provides = bootimage
conflicts = bootimage
source = bootimage::git+https://github.com/rust-osdev/bootimage
diff --git a/PKGBUILD b/PKGBUILD
index c1dab7a4d5d2..436a80b425a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ conflicts=("bootimage")
provides=("bootimage")
url="https://github.com/rust-osdev/bootimage"
license=('NULL')
-depends=('cargo-xbuild')
+depends=('cargo-xbuild' 'qemu')
makedepends=('rust' 'cargo')
optdepends=()
source=("$_pkgname::git+https://github.com/rust-osdev/bootimage")