[arch-commits] Commit in flake8/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Oct 14 14:18:21 UTC 2021
Date: Thursday, October 14, 2021 @ 14:18:21
Author: jelle
Revision: 1030105
upgpkg: flake8 1:4.0.1-1
Modified:
flake8/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-14 11:06:50 UTC (rev 1030104)
+++ PKGBUILD 2021-10-14 14:18:21 UTC (rev 1030105)
@@ -4,8 +4,8 @@
# Contributor: Allen Li <darkfeline at abagofapples.com>
pkgname=flake8
-pkgver=3.9.2
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
epoch=1
pkgdesc="The modular source code checker: pep8, pyflakes and co"
arch=('any')
@@ -15,7 +15,7 @@
makedepends=('python-setuptools')
checkdepends=('python-mock' 'python-pytest')
source=("https://github.com/PyCQA/flake8/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('d4be223020a1ff47bd831667f2380a1b0aabdf783c34276b93873d6cbb0ac17cd0d7be26e819018660f622198a6d05edc5797ee81996214a98fcdb9f81e46365')
+sha512sums=('6a3749b6c23bc2417351829340ec212c3305bd6a740cb77d4309296031abaa150ccff64b456e847540eb05cf635ed65025d4835d8663af6c8903491034998313')
prepare() {
sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
More information about the arch-commits
mailing list