python-yamllint: update to 1.13.0.

This commit is contained in:
maxice8 2018-11-15 02:27:03 -02:00 committed by maxice8
parent bdacd0b1a2
commit 4374a88a61
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-yamllint'
pkgname=python-yamllint
version=1.12.1
version=1.13.0
revision=1
noarch=yes
wrksrc="yamllint-${version}"
@ -11,10 +11,10 @@ depends="python-pathspec python-setuptools python-yaml"
checkdepends="python3-pathspec python3-yaml"
short_desc="Python2 linter for YAML files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/adrienverge/yamllint"
license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/yamllint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=63549d4b34bab8dc6b44edb256faac23a21c8ea3644fa6400e7f846f86b50b62
checksum=9ead13bb88146703d7856a14ebb3bcd25ef95eacded865236f407f0cbb298c22
alternatives="yamllint:yamllint:/usr/bin/yamllint2"
do_check() {