summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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'
)