summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2018-09-15 07:39:08 +0200
committerrazer2018-09-15 07:39:08 +0200
commit856e08097477a0471998b31b39ba899c85aaa52d (patch)
treed300d203ebca60cd9823514839aae47ba62ddac3 /PKGBUILD
parent7a4be92f8ba244b6dfe2aff8b4d03a8c496c6eb6 (diff)
downloadaur-856e08097477a0471998b31b39ba899c85aaa52d.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae12e07457e3..29c62b6ff38f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.0
+pkgver=2.0.2
pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint-plugin-utils')
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('70f2b5397aa2468373fcf87d64a700b359050e905e56e2dbaf954e6edb04c593')
+sha256sums=('5dc5f85caef2c5f9e61622b9cbd89d94edd3dcf546939b2974d18de4fa90d676')
build() {
cd "${_pypi_pkgname}-${pkgver}"