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

Frederik Schwan freswa at gemini.archlinux.org
Tue Sep 6 09:53:44 UTC 2022


    Date: Tuesday, September 6, 2022 @ 09:53:44
  Author: freswa
Revision: 1294407

add python-black dependency

fix FS#75809

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-06 09:49:27 UTC (rev 1294406)
+++ PKGBUILD	2022-09-06 09:53:44 UTC (rev 1294407)
@@ -4,17 +4,18 @@
 
 pkgname=ansible-lint
 pkgver=6.5.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 yamllint python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+depends=(python ansible-core yamllint 
+  python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 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=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
+b2sums=('0af95ceaf303a634db584e4202b4eec85fa8056915b92ea833918d6f835ea9c61843c7ce888754869e9b521ec18577edfd75b5a8e74427a4b7e32be14ac0a788'
         'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



More information about the arch-commits mailing list