python-ansible-lint: update to 3.4.11
This commit is contained in:
parent
71ac9cf419
commit
cd2199ad22
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-ansible-lint'
|
# Template file for 'python-ansible-lint'
|
||||||
pkgname=python-ansible-lint
|
pkgname=python-ansible-lint
|
||||||
version=3.4.9
|
version=3.4.11
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ansible-lint-${version}"
|
wrksrc="ansible-lint-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="ansiblelint"
|
pycompile_module="ansiblelint"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="ansible python-six python-yaml"
|
depends="ansible python-setuptools python-six python-yaml"
|
||||||
short_desc="Python2 linter for Ansible files"
|
short_desc="Python2 linter for Ansible files"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
homepage="https://github.com/willthames/ansible-lint"
|
homepage="https://github.com/willthames/ansible-lint"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7
|
checksum=8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue