summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09aa84e139a7..68cb4915b97c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pyname=weasyprint
pkgname=python-$_pyname
-pkgver=53.3
-pkgrel=2
+pkgver=53.4
+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=('eab32acf81d14b6626e5e180c7f03b925ece915a69b314ce3061a0f3ec6bf9da')
+sha256sums=('10ccb17d55c73096bdf1edd3efe58cb855b07e4c307d9bad4ebc9a3f13ff4580')
prepare() {
cd "$_archive"