summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun2016-08-15 16:23:01 +0530
committerArun2016-08-15 16:23:31 +0530
commit86b2c2a2e9fbb4697cdd874cb060c05146ab56f5 (patch)
tree6d1fb9306079cd40d1dccea5895d07c850f2db97
parented62292db7c48e432b80570a106a608a7666e671 (diff)
downloadaur-86b2c2a2e9fbb4697cdd874cb060c05146ab56f5.tar.gz
Update runtime dependencies to include sed, grep etc.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5990cb67720f..861bcd57ddff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,12 @@ pkgbase = walinuxagent
depends = openssh
depends = parted
depends = net-tools
+ depends = util-linux
+ depends = sudo
+ depends = shadow
+ depends = sed
+ depends = grep
+ depends = iproute2
provides = walinuxagent
conflicts = walinuxagent
source = https://github.com/Azure/WALinuxAgent/archive/v2.1.6.zip
diff --git a/PKGBUILD b/PKGBUILD
index f24e2d314384..80b27a1c99bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Microsoft Azure Linux Guest Agent"
arch=('any')
url="https://github.com/Azure/WALinuxAgent"
license=('Apache')
-depends=('python' 'openssh' 'parted' 'net-tools')
+depends=('python' 'openssh' 'parted' 'net-tools' 'util-linux' 'sudo' 'shadow' 'sed' 'grep' 'iproute2')
makedepends=('python' 'python-setuptools')
checkdepends=()
optdepends=()