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

Jelle van der Waa jelle at archlinux.org
Sat May 9 23:10:47 UTC 2020


    Date: Saturday, May 9, 2020 @ 23:10:46
  Author: jelle
Revision: 626095

upgpkg: ansible-lint 4.2.0-3

Add missing dep

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 22:57:14 UTC (rev 626094)
+++ PKGBUILD	2020-05-09 23:10:46 UTC (rev 626095)
@@ -3,12 +3,12 @@
 
 pkgname=ansible-lint
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint"
 license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'git')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'git')
 source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
 sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
 



More information about the arch-commits mailing list