Date: Tuesday, October 25, 2022 @ 08:48:01
  Author: alerque
Revision: 1334709

upgpkg: python-crashtest 0.4.0-2; use poetry-core for PEP517 build

Modified:
  python-crashtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 08:47:53 UTC (rev 1334708)
+++ PKGBUILD    2022-10-25 08:48:01 UTC (rev 1334709)
@@ -4,7 +4,7 @@
 _pkgname=crashtest
 pkgname=python-crashtest
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='supposedly makes exceptions handling and inspection easier'
 arch=(any)
 url="https://github.com/sdispater/${_pkgname}";
@@ -11,7 +11,7 @@
 license=(MIT)
 depends=(python)
 makedepends=(python-{build,installer,wheel}
-             python-poetry)
+             python-poetry-core)
 checkdepends=(python-pytest)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")

Reply via email to