[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Wed May 11 12:05:08 UTC 2022
Date: Wednesday, May 11, 2022 @ 12:05:08
Author: freswa
Revision: 1198310
upgpkg: ansible-lint 6.1.0-2
Modified:
ansible-lint/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-11 11:14:06 UTC (rev 1198309)
+++ PKGBUILD 2022-05-11 12:05:08 UTC (rev 1198310)
@@ -4,13 +4,13 @@
pkgname=ansible-lint
pkgver=6.1.0
-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-ansible-compat' 'yamllint')
+ 'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'python-jsonschema' 'yamllint')
makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('ansible: check official ansible collections')
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
More information about the arch-commits
mailing list