summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-02-06 07:05:55 +0100
committerrazer2021-02-06 07:05:55 +0100
commit9e4d3f9df40819d5ea7877dccbc412052b0dcc1a (patch)
tree73c25773c2bbd24dc2ffe9ee065a315ae3965dba
parenta488c03c39bc9ea3f12df0f2461bdbd81771ab00 (diff)
downloadaur-9e4d3f9df40819d5ea7877dccbc412052b0dcc1a.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd7f9fe7c15..f7c968790d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
- pkgver = 2.3.0
- pkgrel = 1
+ pkgver = 2.4.2
+ 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.3.0.tar.gz
- sha256sums = b8dcb6006ae9fa911810aba3bec047b9410b7d528f89d5aca2506b03c9235a49
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.4.2.tar.gz
+ sha256sums = f8d77f7da47a7019cda5cb669c214f03033208f9e945094661299d2637c0da06
pkgname = python-pylint-django
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}"