[arch-commits] Commit in python-pyflakes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jan 7 03:56:06 UTC 2017
Date: Saturday, January 7, 2017 @ 03:56:05
Author: felixonmars
Revision: 205886
upgpkg: python-pyflakes 1.4.0-1
Modified:
python-pyflakes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-07 03:55:56 UTC (rev 205885)
+++ PKGBUILD 2017-01-07 03:56:05 UTC (rev 205886)
@@ -8,8 +8,8 @@
pkgbase=python-pyflakes
pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code'
arch=('any')
url='http://pypi.python.org/pypi/pyflakes'
@@ -16,7 +16,7 @@
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz")
-sha1sums=('bf4d4a40dea41efeaa9490ecd8f10eb7e0236958')
+sha1sums=('e46b7e1fc20a65739e111e027e48919267604e16')
prepare() {
cp -a "pyflakes-$pkgver"{,-py2}
More information about the arch-commits
mailing list