summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"