summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-11-01 08:36:36 +0100
committerrazer2023-11-01 08:36:36 +0100
commit16911fd33584eda3804027da508325599578031c (patch)
treedd0d2dbb8337c119f1717ffd90ddf243e80d6920
parentccd178c56ce56fe95ab1fab85675894c551724f1 (diff)
downloadaur-16911fd33584eda3804027da508325599578031c.tar.gz
version bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fe4a36cf8a..24b966c96ca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
pkgver = 2.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/landscapeio/pylint-django
arch = any
license = GPL2
- makedepends = python-setuptools
- makedepends = python-pylint-plugin-utils
- depends = python
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
+ makedepends = python-poetry
+ depends = python-pylint
+ depends = python-pylint-plugin-utils
source = https://pypi.io/packages/source/p/pylint_django/pylint_django-2.5.5.tar.gz
sha256sums = 2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b
diff --git a/PKGBUILD b/PKGBUILD
index 862cce35fa56..e484db4acb2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,21 @@
pkgname=python-pylint-django
_pypi_pkgname=pylint_django
pkgver=2.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
url="https://github.com/landscapeio/pylint-django"
license=('GPL2')
-depends=('python')
-makedepends=('python-setuptools' 'python-pylint-plugin-utils')
+depends=(
+'python-pylint'
+'python-pylint-plugin-utils'
+)
+makedepends=(
+'python-build'
+'python-installer'
+'python-wheel'
+'python-poetry'
+)
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b')