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

Frederik Schwan freswa at gemini.archlinux.org
Sat Mar 26 15:06:42 UTC 2022


    Date: Saturday, March 26, 2022 @ 15:06:41
  Author: freswa
Revision: 1176834

upgpkg: ansible-lint 6.0.2-3

fix FS#74246

Modified:
  ansible-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 14:15:42 UTC (rev 1176833)
+++ PKGBUILD	2022-03-26 15:06:41 UTC (rev 1176834)
@@ -4,16 +4,15 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=2
+pkgrel=3
 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-ansible-compat')
+          'python-wcmatch' 'python-enrich' 'python-tenacity' 'python-ansible-compat' 'yamllint')
 makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-            'ansible: check official ansible collections')
+optdepends=('ansible: check official ansible collections')
 source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         disable_use_scm_version.patch)
 b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'



More information about the arch-commits mailing list