summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2020-09-12 07:45:25 +0200
committerrazer2020-09-12 07:45:25 +0200
commitd1d79fd9c3d933499870e9fcce6ad34f8ca4450b (patch)
tree17c2ba74527cebe21877ba843a8047451c87c050 /PKGBUILD
parent86d3c6d447c9d04a2085605eccee00002b3e991f (diff)
downloadaur-d1d79fd9c3d933499870e9fcce6ad34f8ca4450b.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 a8e8d3e8b092..37f620dee8f7 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.15
+pkgver=2.3.0
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=('06a64331c498a3f049ba669dc0c174b92209e164198d43e589b1096ee616d5f8')
+sha256sums=('b8dcb6006ae9fa911810aba3bec047b9410b7d528f89d5aca2506b03c9235a49')
build() {
cd "${_pypi_pkgname}-${pkgver}"