Date: Tuesday, March 16, 2021 @ 01:41:49
  Author: freswa
Revision: 891696

add ansible to optdepends

Modified:
  ansible-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-16 00:31:49 UTC (rev 891695)
+++ PKGBUILD    2021-03-16 01:41:49 UTC (rev 891696)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=5.0.3
-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";
@@ -12,7 +12,8 @@
 depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
           'python-wcmatch' 'python-enrich')
 checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
+optdepends=('yamllint: check for yaml syntax mistakes'
+            '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=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'

Reply via email to