Date: Sunday, October 23, 2022 @ 17:09:56
  Author: artafinde
Revision: 1334351

upgpkg: vulture 2.6-2 use python-poetry-core instead of python-poetry

https://archlinux.org/todo/use-correct-pep517-build-system/

Modified:
  vulture/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 16:59:17 UTC (rev 1334350)
+++ PKGBUILD    2022-10-23 17:09:56 UTC (rev 1334351)
@@ -2,13 +2,13 @@
 
 pkgname=vulture
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Finds dead code in Python projects"
 arch=('any')
 url="https://github.com/jendrikseipp/vulture";
 license=('MIT')
 depends=(python-coverage python-setuptools python-pint python-toml)
-makedepends=(python-build python-installer python-poetry python-wheel)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
 checkdepends=(python-tox)
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('eaa3207d01678aff201ec9907901950f17f8bb307571ccceb2188ec7f22eb451')

Reply via email to