[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Wed Jul 7 12:50:17 UTC 2021


    Date: Wednesday, July 7, 2021 @ 12:50:17
  Author: freswa
Revision: 975167

change dependency from ansible-base to ansible-core

Modified:
  ansible-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-07 12:39:34 UTC (rev 975166)
+++ PKGBUILD	2021-07-07 12:50:17 UTC (rev 975167)
@@ -9,7 +9,7 @@
 arch=('any')
 url="https://github.com/ansible/ansible-lint"
 license=('MIT')
-depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 'python-packaging'
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 'python-packaging'
           'python-wcmatch' 'python-enrich' 'python-tenacity')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes'




More information about the arch-commits mailing list