From bc50dc41c47f4f071cb738dfc004f831217518d2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 4 Mar 2019 10:28:26 -0300 Subject: [PATCH] python-pyflakes: update to 2.1.1. --- srcpkgs/python-pyflakes/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template index 86d9835e6b9..86d477c47f2 100644 --- a/srcpkgs/python-pyflakes/template +++ b/srcpkgs/python-pyflakes/template @@ -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 " -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() {