summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2018-05-29 08:22:17 -0700
committerPaul Nicholson2018-05-29 08:22:17 -0700
commit571ecd75929527c25b66d19a61f9b2f8d36bdbd5 (patch)
treeca478fab7204c46f1c67dbacbb01eb7bb1e48849
parent83f2c10db2373c3f3783cb6ddf4d086cb9e61feb (diff)
downloadaur-571ecd75929527c25b66d19a61f9b2f8d36bdbd5.tar.gz
update provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a396fc83e56..54352e47bc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ansible-git
pkgdesc = Radically simple IT automation platform
- pkgver = v2.6.0a1.r217.gf488d3cf79
+ pkgver = v2.6.0a1.r248.g0c881c1a83
pkgrel = 1
url = https://www.ansible.com
arch = any
@@ -25,8 +25,11 @@ pkgbase = ansible-git
optdepends = python-boto3: aws_s3 module
optdepends = python-jmespath: json_query support
optdepends = acme-tiny: openssl_certificate module
+ provides = ansible
provides = python-ansible
+ conflicts = ansible
conflicts = python-ansible
+ replaces = ansible
replaces = python-ansible
backup = etc/ansible/ansible.cfg
source = ansible-git::git+https://github.com/ansible/ansible.git
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'