summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2967078d35eb..a11593b81949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=radon
pkgname="python-${_name}"
-pkgver=4.3.2
+pkgver=4.5.0
pkgrel=1
pkgdesc="A tool that computes various metrics for Python source code"
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python-flake8-polyfill' 'python-future' 'python-mando' 'python-colorama')
makedepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('758b3ab345aa86e95f642713612a57da7c7da6d552c4dbfbe397a67601ace7dd')
+sha256sums=('7afa65db14d759616ab68033e0e1caf1f624c97308dd256afa47518ecebddf6e')
build() {