summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Nicholson2018-05-29 08:22:17 -0700
committerPaul Nicholson2018-05-29 08:22:17 -0700
commit571ecd75929527c25b66d19a61f9b2f8d36bdbd5 (patch)
treeca478fab7204c46f1c67dbacbb01eb7bb1e48849 /PKGBUILD
parent83f2c10db2373c3f3783cb6ddf4d086cb9e61feb (diff)
downloadaur-571ecd75929527c25b66d19a61f9b2f8d36bdbd5.tar.gz
update provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5b080d27c34..f96a2b02f0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,16 @@
# Contributor: atweiden <archbaum@gmail.com>
pkgname=ansible-git
-pkgver=v2.6.0a1.r217.gf488d3cf79
+pkgver=v2.6.0a1.r248.g0c881c1a83
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='https://www.ansible.com'
license=('GPL3')
depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 'python-crypto')
-provides=('python-ansible')
-replaces=('python-ansible')
-conflicts=('python-ansible')
+provides=('ansible' 'python-ansible')
+replaces=('ansible' 'python-ansible')
+conflicts=('ansible' 'python-ansible')
optdepends=('sshpass: for ssh connections with password'
'python-passlib: crypt values for vars_prompt'
'python-pyopenssl: openssl modules'