summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab3596097e3..d47610bf3435 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.10.1
+ pkgver = 0.11
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.10.1.tar.gz
- md5sums = a758a710030f78fdb2f13ac33b6a741f
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-0.11.tar.gz
+ sha256sums = 8818c2034df5fad2dc4bd029a91f088a6a3d8eaad5070c19b32ba3fef04b25dc
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index 0bc5445ca1d9..324565d7b5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=0.10.1
+pkgver=0.11
pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
@@ -10,7 +10,8 @@ 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")
-md5sums=('a758a710030f78fdb2f13ac33b6a741f')
+#md5sums=('a758a710030f78fdb2f13ac33b6a741f')
+sha256sums=('8818c2034df5fad2dc4bd029a91f088a6a3d8eaad5070c19b32ba3fef04b25dc')
build() {
cd "${_pypi_pkgname}-${pkgver}"