summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-04-27 08:26:25 +0200
committerrazer2021-04-27 08:26:25 +0200
commit689cddf4e8ecccc31f6d85ba88e7bd7a627b5a88 (patch)
tree01bfe36f559d3de0f1bc0d62bbb8d99079bcac23 /PKGBUILD
parent9e4d3f9df40819d5ea7877dccbc412052b0dcc1a (diff)
downloadaur-689cddf4e8ecccc31f6d85ba88e7bd7a627b5a88.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 ec3adabbeea5..8a5ab7d00603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.4.2
+pkgver=2.4.4
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=('f8d77f7da47a7019cda5cb669c214f03033208f9e945094661299d2637c0da06')
+sha256sums=('f63f717169b0c2e4e19c28f1c32c28290647330184fcb7427805ae9b6994f3fc')
build() {
cd "${_pypi_pkgname}-${pkgver}"