summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18b5b762930..ba51aa41a411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
- pkgver = 2.4.4
- pkgrel = 1
+ pkgver = 2.5.0
+ pkgrel = 0
url = https://github.com/landscapeio/pylint-django
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pylint-plugin-utils
depends = python
- source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.4.4.tar.gz
- sha256sums = f63f717169b0c2e4e19c28f1c32c28290647330184fcb7427805ae9b6994f3fc
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.0.tar.gz
+ sha256sums = 7eb8399fc9813040754081e496655cd7cc40d32d4b68e49c64a2eea50df9af12
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index 2868efee2385..d78de872b16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.4.4
-pkgrel=1
+pkgver=2.5.0
+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=('f63f717169b0c2e4e19c28f1c32c28290647330184fcb7427805ae9b6994f3fc')
+sha256sums=('7eb8399fc9813040754081e496655cd7cc40d32d4b68e49c64a2eea50df9af12')
build() {
cd "${_pypi_pkgname}-${pkgver}"