summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-06-28 21:34:56 +0200
committerNarrat2023-06-28 21:34:56 +0200
commitc49bcfdb30d73e5bc3231ec701c52eb6146ecc8b (patch)
tree5d39d373896f0131a281a3fd2c28a51f76b23e1a /PKGBUILD
parenta1c6471df9ddde5e8918fdd046e43d90ee46238c (diff)
downloadaur-c49bcfdb30d73e5bc3231ec701c52eb6146ecc8b.tar.gz
python-prospector: update to 1.10.2
And add python-poetry as makedep as upstream uses this buildsystem
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d4d5fd93f3..92878919d1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: jmcb <joelsgp@protonmail.com>
+# Contributor: jmcb <joelsgp@protonmail.com>
# Contributor: Jonas DOREL <jonas at dorel dot me>
-pkgname='python-prospector'
-_name='prospector'
-pkgver='1.9.0'
+pkgname=python-prospector
+_name=prospector
+pkgver=1.10.2
pkgrel=1
pkgdesc="Python static analysis tool"
url="https://github.com/PyCQA/prospector/"
@@ -28,8 +28,7 @@ optdepends=('python-bandit: security linter'
'mypy: optional type checking'
'python-pyroma: check setup.py'
'python-vulture: find dead code')
-makedepends=('python-build'
- 'python-installer'
+makedepends=('python-poetry'
'python-wheel')
license=('GPL2')
arch=('any')