summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 11 insertions, 3 deletions
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')