summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2018-12-11 07:44:44 +0100
committerrazer2018-12-11 07:44:44 +0100
commita79afd009e3628e8c4b927c4c1732e4256073852 (patch)
tree1c4a3505ef6567304a44fd4ce7e2726f5454ce43
parent856e08097477a0471998b31b39ba899c85aaa52d (diff)
downloadaur-a79afd009e3628e8c4b927c4c1732e4256073852.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5259c6a44dbb..5860a5e6e1d1 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.0.2
+ pkgver = 2.0.4
pkgrel = 0
url = https://github.com/landscapeio/pylint-django
arch = any
@@ -8,8 +8,8 @@ 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.0.2.tar.gz
- sha256sums = 5dc5f85caef2c5f9e61622b9cbd89d94edd3dcf546939b2974d18de4fa90d676
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.0.4.tar.gz
+ sha256sums = f2899a0f33c9bede0c9912ade9a57bbfc4b400b4912c59bea055353f9d2ff56f
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index 29c62b6ff38f..a14d8cb5f66d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.0.2
+pkgver=2.0.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=('5dc5f85caef2c5f9e61622b9cbd89d94edd3dcf546939b2974d18de4fa90d676')
+sha256sums=('f2899a0f33c9bede0c9912ade9a57bbfc4b400b4912c59bea055353f9d2ff56f')
build() {
cd "${_pypi_pkgname}-${pkgver}"