python-pyflakes: update to 2.1.1.

This commit is contained in:
maxice8 2019-03-04 10:28:26 -03:00
parent ca0178d702
commit bc50dc41c4
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pyflakes'
pkgname=python-pyflakes
version=2.1.0
version=2.1.1
revision=1
archs=noarch
wrksrc="pyflakes-${version}"
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
short_desc="Passive checker of Python programs (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/PyCQA/pyflakes"
license="MIT"
homepage="https://github.com/PyCQA/pyflakes"
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
checksum=5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d
checksum=d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
post_install() {