summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2018-07-25 08:57:54 +0200
committerrazer2018-07-25 08:57:54 +0200
commit7a4be92f8ba244b6dfe2aff8b4d03a8c496c6eb6 (patch)
tree9ba17dd62ecbf14d7061fb7b30367226c10469a0
parent1d75a1b67b7e142b95d2627bbb8b5141dabe7916 (diff)
downloadaur-7a4be92f8ba244b6dfe2aff8b4d03a8c496c6eb6.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 93c6e2c54b51..5ef46aa93a7a 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 = 0.11.1
+ pkgver = 2.0
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-0.11.1.tar.gz
- sha256sums = ff10fbf6e0ab207fbb8ec26f5b6a3f4fa604233b38182ccda038a08ba1b8ba80
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.0.tar.gz
+ sha256sums = 70f2b5397aa2468373fcf87d64a700b359050e905e56e2dbaf954e6edb04c593
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index 23d13ba4e8ac..ae12e07457e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=0.11.1
+pkgver=2.0
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=('ff10fbf6e0ab207fbb8ec26f5b6a3f4fa604233b38182ccda038a08ba1b8ba80')
+sha256sums=('70f2b5397aa2468373fcf87d64a700b359050e905e56e2dbaf954e6edb04c593')
build() {
cd "${_pypi_pkgname}-${pkgver}"