summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9da5fc936db..6e0f4910f5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
- pkgver = 2.5.2
+ pkgver = 2.5.3
pkgrel = 0
url = https://github.com/landscapeio/pylint-django
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-pylint-django
makedepends = python-setuptools
makedepends = python-pylint-plugin-utils
depends = python
- source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.2.tar.gz
- sha256sums = 1933d82b4a92538a3b12aef91adfd7d866befd051d7a02d6245b0f965587d97c
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.3.tar.gz
+ sha256sums = 0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index a704e3e60a79..5057831f5b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.5.2
+pkgver=2.5.3
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=('1933d82b4a92538a3b12aef91adfd7d866befd051d7a02d6245b0f965587d97c')
+sha256sums=('0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591')
build() {
cd "${_pypi_pkgname}-${pkgver}"