summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJelle van der Waa2017-11-06 20:23:37 +0100
committerJelle van der Waa2017-11-06 20:23:37 +0100
commitb83d7ec71ccd3227729826921409eb718ba8a57b (patch)
tree69b498fcc75cada4a7f7f3ef83c28c295881807e /PKGBUILD
parent82586517a58614824725909cb28500b3a859b62d (diff)
downloadaur-b83d7ec71ccd3227729826921409eb718ba8a57b.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2da9bc88ae09..c21ff708a4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ansible-container
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Ansible Container is a tool to build and orchestrate containers using only Ansible playbooks."
arch=('any')
url="https://github.com/ansible/ansible-container"
license=('GPL')
-depends=('python-structlog' 'python-six' 'python-jinja' 'python-ruamel-yaml' 'python-pip' 'python-requests')
+depends=('python-structlog' 'python-six' 'python-jinja' 'python-ruamel-yaml' 'python-pip' 'python-requests' 'python-yaml' 'python-colorama' 'python-structlog')
optdepends=(
'python-docker: building docker containers'
)