summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Severo2016-03-31 22:48:53 -0300
committerLucas Severo2016-03-31 22:48:53 -0300
commit443b8ff29a0aad4d57a03573658f165a63ffc985 (patch)
tree03279141129cc744d23384078685c36f34d66803
parent9b06f359de94498fe7dbf2d055952df924da4bba (diff)
downloadaur-443b8ff29a0aad4d57a03573658f165a63ffc985.tar.gz
add correct dependencies.
Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f961f6086a30..33e425e99429 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = holodev
arch = i686
arch = x86_64
license = GPL
+ depends = dmidecode
+ depends = bridge-utils
depends = libvirt
depends = debootstrap
depends = lxc
diff --git a/PKGBUILD b/PKGBUILD
index 8e7d7f4134a8..b73f3f39b890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool to facilitate the creation of Linux Containers for developing De
arch=('i686' 'x86_64')
url="http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/"
license=('GPL')
-depends=('libvirt' 'debootstrap' 'lxc' 'dnsmasq' 'ebtables' 'sudo' 'bash-completion')
+depends=('dmidecode' 'bridge-utils' 'libvirt' 'debootstrap' 'lxc' 'dnsmasq' 'ebtables' 'sudo' 'bash-completion')
source=("https://github.com/lappis-tools/holodev/archive/$pkgver.tar.gz")
sha256sums=('18aed78cdb39dbfdcec1ca10077b96139c3d0b70f1af7425e3598829cae70ede')
install="holodev.install"