Date: Wednesday, September 2, 2020 @ 22:32:18 Author: freswa Revision: 697191
upgpkg: ansible-lint 4.3.4-1 Modified: ansible-lint/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-02 22:17:22 UTC (rev 697190) +++ PKGBUILD 2020-09-02 22:32:18 UTC (rev 697191) @@ -3,7 +3,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=4.3.3 +pkgver=4.3.4 pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') @@ -11,8 +11,9 @@ license=('MIT') depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich') makedepends=('git') +checkdepends=('python-pytest') source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d') +sha256sums=('decdb11f9c5d4c82ad212c50b1a7405f8322b3c8a2609b772c7dcaa6f2195c50') prepare() { cd ${pkgname}-${pkgver}
