summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f879af8fd2b4..0bc5445ca1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=0.9.4
+pkgver=0.10.1
pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
@@ -9,10 +9,8 @@ url="https://github.com/landscapeio/pylint-django"
license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint-plugin-utils')
-# source=(https://github.com/landscapeio/pylint-django/archive/${pkgver}.tar.gz)
-# Temp source override because there's not tag for 0.7.2
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('7012ed87de4db8bb3330edfc9fcaef86')
+md5sums=('a758a710030f78fdb2f13ac33b6a741f')
build() {
cd "${_pypi_pkgname}-${pkgver}"