summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-10-06 22:06:57 +0200
committerChristopher Arndt2021-10-06 22:06:57 +0200
commit0dcb03606594bbaf117b024540bc37941d361b39 (patch)
tree7fa8a7322579534e726f60f38c5a5e1f8a0041b4 /PKGBUILD
parentc5debdf7f34a788b01e65ac17cf03c22601835dd (diff)
downloadaur-0dcb03606594bbaf117b024540bc37941d361b39.tar.gz
New upstream release 5.1.0
Remove python-flak8-polyfill dependency, add flake8.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a11593b81949..b7b7c24033f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_name=radon
pkgname="python-${_name}"
-pkgver=4.5.0
+pkgver=5.1.0
pkgrel=1
pkgdesc="A tool that computes various metrics for Python source code"
arch=('any')
url="https://${_name}.readthedocs.org/"
license=('MIT')
-depends=('python-flake8-polyfill' 'python-future' 'python-mando' 'python-colorama')
+depends=('flake8>=3.0' 'python-future' 'python-mando' 'python-colorama')
makedepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('7afa65db14d759616ab68033e0e1caf1f624c97308dd256afa47518ecebddf6e')
+sha256sums=('cb1d8752e5f862fb9e20d82b5f758cbc4fb1237c92c9a66450ea0ea7bf29aeee')
build() {