summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsti2d2018-03-28 14:05:01 +0200
committersti2d2018-03-28 14:05:01 +0200
commit58f614b292373527b05ea7c8e778e643bf3f48d5 (patch)
treeb0078b84ddcc3796397246bb5e59d690daa18e02 /PKGBUILD
parentf758e63caafd8df8b607cd2e12c1d9c5e6adf5d4 (diff)
downloadaur-58f614b292373527b05ea7c8e778e643bf3f48d5.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb57afc6c8b..f879af8fd2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Pylint plugin for improving code analysis for when using Django"
+pkgver=0.9.4
+pkgrel=0
+pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
url="https://github.com/landscapeio/pylint-django"
license=('GPL2')
@@ -11,8 +11,8 @@ 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://files.pythonhosted.org/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz)
-md5sums=('3a85d37a1cd56cabc518c2d0673bb83f')
+source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
+md5sums=('7012ed87de4db8bb3330edfc9fcaef86')
build() {
cd "${_pypi_pkgname}-${pkgver}"