summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsti2d2018-06-30 07:01:32 +0200
committersti2d2018-06-30 07:01:32 +0200
commit1d75a1b67b7e142b95d2627bbb8b5141dabe7916 (patch)
tree32c9fc43350de0a0ecb008952b48b71be3b306a7 /PKGBUILD
parent2c4c2632bca35d30969472f7000eb1e09c16a2ff (diff)
downloadaur-1d75a1b67b7e142b95d2627bbb8b5141dabe7916.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 324565d7b5fe..23d13ba4e8ac 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
+pkgver=0.11.1
pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
@@ -10,8 +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")
-#md5sums=('a758a710030f78fdb2f13ac33b6a741f')
-sha256sums=('8818c2034df5fad2dc4bd029a91f088a6a3d8eaad5070c19b32ba3fef04b25dc')
+sha256sums=('ff10fbf6e0ab207fbb8ec26f5b6a3f4fa604233b38182ccda038a08ba1b8ba80')
build() {
cd "${_pypi_pkgname}-${pkgver}"