The version string is missing a zero, because of that yaourt always compiles a "newer" version of this package.
Search Criteria
Package Details: ansible-core-git r54368.802e95f5808-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ansible-core-git.git (read-only, click to copy) |
---|---|
Package Base: | ansible-core-git |
Description: | Radically simple IT automation platform |
Upstream URL: | https://github.com/ansible/ansible |
Licenses: | GPL3 |
Conflicts: | ansible-core, python-ansible |
Provides: | ansible-core, python-ansible |
Replaces: | ansible-core, python-ansible |
Submitter: | aminvakil |
Maintainer: | aminvakil |
Last Packager: | aminvakil |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-14 17:48 (UTC) |
Last Updated: | 2024-04-28 09:59 (UTC) |
Dependencies (21)
- python (python37AUR, python311AUR, python310AUR)
- python-jinja
- python-paramiko (python-paramiko-ngAUR)
- python-pyyaml (python-yaml)
- python-resolvelib (python-resolvelib-gitAUR)
- python-typing_extensions
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-docutils (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-dnspython (python-dnspython-gitAUR) (optional) – for dig lookup
- python-jmespath (optional) – json_query support
- python-netaddr (optional) – for the ipaddr filter
- python-passlib (optional) – crypt values for vars_prompt
- python-pip (optional) – for module to manage Python libarary dependencies
- python-pywinrm (optional) – connect to Windows machines
- python-setuptools (optional) – for module to manage Python libarary dependencies
- python-systemd (optional) – log to journal
- sshpass (sshpass-svnAUR, sshpass-totpAUR) (optional) – for ssh connections with password
Required by (16)
- ansible-aur-git (requires ansible-core)
- ansible-collection-community-general (requires ansible-core)
- ansible-collection-kewlfft-aur (requires ansible-core)
- ansible-creator (requires ansible-core)
- ansible-creator-git (requires ansible-core)
- ansible-dev-environment (requires ansible-core)
- ansible-dev-environment-git (requires ansible-core)
- ansible-gopass (requires ansible-core)
- ansible-lint-git (requires ansible-core)
- ansible-navigator (requires ansible-core)
- ansible-navigator-git (requires ansible-core)
- kalliope (requires python-ansible)
- python-ansibug (requires ansible-core)
- scap-security-guide (requires ansible-core) (make)
- scap-security-guide-git (requires ansible-core) (make)
- semaphore-bin (requires ansible-core)
Sources (1)
thomasba commented on 2016-01-06 14:16 (UTC)
brenix commented on 2015-12-03 04:59 (UTC)
Added python2-pexpect dependency, thanks jevonearth!
jevonearth commented on 2015-12-01 18:45 (UTC)
The new ansible expect module requires python2-pexpect to be installed.
CipherWizard commented on 2015-08-09 03:19 (UTC)
python2-six is a dependency of the latest version of ansible
https://github.com/ansible/ansible/issues/11141
l3u commented on 2015-05-11 08:55 (UTC)
@brenix / @mschewe : version string fixed. Thanks !
brenix commented on 2015-05-10 22:17 (UTC)
Just a suggestion, but maybe the pkgver function could be this:
printf "%s.%s.%s" "$(cat VERSION | cut -d ' ' -f1)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
This results in something like: 2.0.0.14080.ded6e9b
mschewe commented on 2015-04-16 15:20 (UTC)
It seems that the version 2.0.0 0.0.pre breaks the regex again:
==> ERROR: pkgver is not allowed to contain colons, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 2.0.0 0.0.pre.13855.7e1644b
==> ERROR: Makepkg was unable to build ansible-git.
l3u commented on 2015-03-20 13:52 (UTC)
Updated. Thanks duckunix & quixoten.
l3u commented on 2015-03-20 08:32 (UTC)
Took note. Thanks for the heads up. I will update PKGBUILD later today.
Pinned Comments
aminvakil commented on 2021-08-28 15:06 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.