summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsti2d2018-04-14 06:54:48 +0200
committersti2d2018-04-14 06:54:48 +0200
commit0c3e4f296290c80fd79e982da4e169db050f898b (patch)
tree3c35df047f237e443464a0dbcdcc79c484cfa116
parent58f614b292373527b05ea7c8e778e643bf3f48d5 (diff)
downloadaur-0c3e4f296290c80fd79e982da4e169db050f898b.tar.gz
Version bumb
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c636bf39bcf..1ab3596097e3 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.9.4
+ pkgver = 0.10.1
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.9.4.tar.gz
- md5sums = 7012ed87de4db8bb3330edfc9fcaef86
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-0.10.1.tar.gz
+ md5sums = a758a710030f78fdb2f13ac33b6a741f
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index f879af8fd2b4..0bc5445ca1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=0.9.4
+pkgver=0.10.1
pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
@@ -9,10 +9,8 @@ url="https://github.com/landscapeio/pylint-django"
license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint-plugin-utils')
-# source=(https://github.com/landscapeio/pylint-django/archive/${pkgver}.tar.gz)
-# Temp source override because there's not tag for 0.7.2
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('7012ed87de4db8bb3330edfc9fcaef86')
+md5sums=('a758a710030f78fdb2f13ac33b6a741f')
build() {
cd "${_pypi_pkgname}-${pkgver}"