Date: Tuesday, October 25, 2022 @ 08:48:56
Author: alerque
Revision: 1334713
upgpkg: python-weasyprint 57.0-2; use flit-core for PEP517 build
Modified:
python-weasyprint/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 08:48:39 UTC (rev 1334712)
+++ PKGBUILD 2022-10-25 08:48:56 UTC (rev 1334713)
@@ -4,7 +4,7 @@
pkgname=python-weasyprint
pkgver=57.0
-pkgrel=1
+pkgrel=2
_commit='dcdc63df17741af7da1cf65be4550b5fe31eb213'
pkgdesc='Utility to render HTML and CSS to PDF'
arch=('any')
@@ -28,7 +28,7 @@
'git'
'python-build'
'python-installer'
- 'python-flit'
+ 'python-flit-core'
)
checkdepends=(
'python-pytest'