Date: Monday, November 21, 2022 @ 21:37:17
Author: grawlinson
Revision: 1351420
upgpkg: python-weasyprint 57.1-1; new upstream release
Modified:
python-weasyprint/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-21 21:35:28 UTC (rev 1351419)
+++ PKGBUILD 2022-11-21 21:37:17 UTC (rev 1351420)
@@ -3,13 +3,12 @@
# Contributor: Florijan Hamzic <florijanh at gmail dot com>
pkgname=python-weasyprint
-pkgver=57.0
-pkgrel=2
-_commit='dcdc63df17741af7da1cf65be4550b5fe31eb213'
+pkgver=57.1
+pkgrel=1
+_commit='ccd305e792881b61f7e1a83779ca8b9dcdefd072'
pkgdesc='Utility to render HTML and CSS to PDF'
arch=('any')
url='https://weasyprint.org/'
-_url='https://github.com/Kozea/WeasyPrint'
license=('BSD')
depends=(
'pango'
@@ -35,7 +34,7 @@
'ghostscript'
'ttf-dejavu'
)
-source=("$pkgname::git+$_url.git#commit=$_commit")
+source=("$pkgname::git+https://github.com/Kozea/WeasyPrint.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {