Skip to content
Snippets Groups Projects
Commit dec78dce authored by Roberto Oliveira's avatar Roberto Oliveira
Browse files

testing/py-ansible-lint: upgrade to 3.4.20

parent 8dc86fdf
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-ansible-lint pkgname=py-ansible-lint
_pkgname=ansible-lint _pkgname=ansible-lint
pkgver=3.4.17 pkgver=3.4.20
pkgrel=0 pkgrel=0
pkgdesc="A tool to check ansible playbooks" pkgdesc="A tool to check ansible playbooks"
url="https://github.com/willthames/ansible-lint" url="https://github.com/willthames/ansible-lint"
...@@ -16,8 +16,8 @@ builddir="$srcdir"/$_pkgname-$pkgver ...@@ -16,8 +16,8 @@ builddir="$srcdir"/$_pkgname-$pkgver
build() { build() {
cd "$builddir" cd "$builddir"
python2 setup.py build || return 1 python2 setup.py build
python3 setup.py build || return 1 python3 setup.py build
} }
package() { package() {
...@@ -45,4 +45,4 @@ _py() { ...@@ -45,4 +45,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir" $python setup.py install --prefix=/usr --root="$subpkgdir"
} }
sha512sums="92ce47f01f30fbbe8e8e67cf9654b50d33ff98722c75a2c14d1ad8a42cbfae5a7643961ffb2fe4ec28d986a5c7dce43d090694917c2aa3da161dbd182a1ed3d8 ansible-lint-3.4.17.tar.gz" sha512sums="a1644cbad1b629cf2d428bded305793ca8e97dc73c1fa9454f65bcce8e51fee23ea0dcd0bca7fbe998bed0dc008a5cf8363980ed180fd3b8cb2a7f214b34cff2 ansible-lint-3.4.20.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment