[arch-commits] Commit in python-pyflakes/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 2 21:12:18 UTC 2022


    Date: Tuesday, August 2, 2022 @ 21:12:18
  Author: foxboron
Revision: 1259911

upgpkg: python-pyflakes 2.5.0-1

Modified:
  python-pyflakes/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 21:11:00 UTC (rev 1259910)
+++ PKGBUILD	2022-08-02 21:12:18 UTC (rev 1259911)
@@ -6,16 +6,16 @@
 # Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
 
 pkgname=python-pyflakes
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code'
 arch=('any')
 url='https://pypi.python.org/pypi/pyflakes'
 license=('MIT')
-depends=('python-setuptools')
+depends=('python')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz")
-sha512sums=('f4c6512eb811511c897623f52c4f88e50275a3292582d7dd34462e90e39fecce939818cb92e750eebdd66eab25b91c23540104fc4530c42621d7cfeb1d33c577')
+sha512sums=('e47303c4b445e0c010dfc96244b6fa991bd1870072c61cc7acd309947af3d81581276b012b56b7db0d8df3f91a4216a5ec502720c149f5707d5d1d28654aeeb4')
 
 build() {
   cd "$srcdir"/pyflakes-$pkgver



More information about the arch-commits mailing list