Date: Thursday, March 24, 2022 @ 11:57:49
Author: freswa
Revision: 1174692
upgpkg: ansible-lint 6.0.2-2
fix FS#74221
Modified:
ansible-lint/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-24 11:53:13 UTC (rev 1174691)
+++ PKGBUILD 2022-03-24 11:57:49 UTC (rev 1174692)
@@ -4,13 +4,13 @@
pkgname=ansible-lint
pkgver=6.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Checks playbooks for practices and behaviour that could potentially
be improved."
arch=('any')
url="https://github.com/ansible/ansible-lint"
license=('GPL3')
depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml'
'python-rich' 'python-packaging'
- 'python-wcmatch' 'python-enrich' 'python-tenacity')
+ 'python-wcmatch' 'python-enrich' 'python-tenacity'
'python-ansible-compat')
makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('yamllint: check for yaml syntax mistakes'
'ansible: check official ansible collections')