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 a4bf09087442..9c302efb0525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
_pkgname=pep8-naming
pkgname=python-pep8-naming
-pkgver=0.7.0
+pkgver=0.8.2
pkgrel=1
pkgdesc="This module provides a name plugin for flake8, the Python code checker"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
provides=('flake-pep8-naming')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/${pkgver}.tar.gz")
-md5sums=('3f995030cf95cb3a548334d6b9b55033')
+md5sums=('9c1689216b47e5c32b5060b17116dc89')
build() {
cd "${_pkgname}-${pkgver}"