summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-11-23 03:16:44 +0300
committerCaleb Maclennan2021-11-23 03:16:44 +0300
commitf9b54602446c4f1324a47a657de2c206ec2e89d2 (patch)
treeee55a6ce229a3a5e062ba40ad097af5f6b2a6600 /PKGBUILD
parent99544a92f76a81264c605499fe6edd6b42dbb596 (diff)
downloadaur-f9b54602446c4f1324a47a657de2c206ec2e89d2.tar.gz
upgpkg: python-weasyprint 53.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ebb16b88404..e2e5d800ecad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pyname=weasyprint
pkgname=python-$_pyname
-pkgver=53.0
-pkgrel=2
+pkgver=53.3
+pkgrel=1
pkgdesc='Convert web documents (HTML, CSS, SVG, ...) to PDF'
arch=(any)
url=https://weasyprint.org
@@ -34,7 +34,7 @@ checkdepends=("${_pycheckdeps[@]/#/python-}")
provides=("$_pyname=$pkgver")
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('21ea1626e15ae4070f3eb4ffc90e5fd65bf17650f912affa911f829fb7c0e112')
+sha256sums=('eab32acf81d14b6626e5e180c7f03b925ece915a69b314ce3061a0f3ec6bf9da')
prepare() {
cd "$_archive"