summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-12-20 20:44:16 +0330
committerAmin Vakil2023-12-20 20:44:16 +0330
commit7f7aabc9181001693553a254439e4263aa629ef1 (patch)
treeb8fa3ff6882de1914a2e1a910baf8f0b4d25c4bc
parentf1db56bbf2513efb56aea778cb810804e8a4a26a (diff)
downloadaur-7f7aabc9181001693553a254439e4263aa629ef1.tar.gz
Remove ansible-base
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b280083325ac..f96aeb29b20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,13 +20,10 @@ pkgbase = ansible-core-git
optdepends = python-dnspython: for dig lookup
optdepends = python-jmespath: json_query support
provides = ansible-core
- provides = ansible-base
provides = python-ansible
conflicts = ansible-core
- conflicts = ansible-base
conflicts = python-ansible
replaces = ansible-core
- replaces = ansible-base
replaces = python-ansible
backup = etc/ansible/ansible.cfg
source = ansible-core-git::git+https://github.com/ansible/ansible.git
diff --git a/PKGBUILD b/PKGBUILD
index 8b0a20858983..b4968a86aefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ arch=('any')
url='https://github.com/ansible/ansible'
license=('GPL3')
depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 'python-resolvelib')
-provides=('ansible-core' 'ansible-base' 'python-ansible')
-replaces=('ansible-core' 'ansible-base' 'python-ansible')
-conflicts=('ansible-core' 'ansible-base' 'python-ansible')
+provides=('ansible-core' 'python-ansible')
+replaces=('ansible-core' 'python-ansible')
+conflicts=('ansible-core' 'python-ansible')
optdepends=('sshpass: for ssh connections with password'
'python-passlib: crypt values for vars_prompt'
'python-netaddr: for the ipaddr filter'