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 67e4bf6f8e37..52ecda025b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-prospector
_pkgname=prospector
-pkgver=1.1.6.4
+pkgver=1.1.7
pkgrel=1
pkgdesc="Python static analysis tool"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-pyroma: check setup.py'
url="https://github.com/PyCQA/prospector"
license=('GPL2')
source=("$url/archive/$pkgver.tar.gz")
-md5sums=('93308a12e8132f4c8c5ee25fa7548230')
+md5sums=('2661543ff99a2cf8ca03e22a66b11d79')
build() {
cd "$srcdir/$_pkgname-$pkgver"