summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-02-06 07:05:55 +0100
committerrazer2021-02-06 07:05:55 +0100
commit9e4d3f9df40819d5ea7877dccbc412052b0dcc1a (patch)
tree73c25773c2bbd24dc2ffe9ee065a315ae3965dba /PKGBUILD
parenta488c03c39bc9ea3f12df0f2461bdbd81771ab00 (diff)
downloadaur-9e4d3f9df40819d5ea7877dccbc412052b0dcc1a.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93f1c3517d97..ec3adabbeea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.3.0
-pkgrel=1
+pkgver=2.4.2
+pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
url="https://github.com/landscapeio/pylint-django"
@@ -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=('b8dcb6006ae9fa911810aba3bec047b9410b7d528f89d5aca2506b03c9235a49')
+sha256sums=('f8d77f7da47a7019cda5cb669c214f03033208f9e945094661299d2637c0da06')
build() {
cd "${_pypi_pkgname}-${pkgver}"