summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21c4ceecefc..24e6ef1e4783 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-weasyprint
pkgdesc = Convert web documents (HTML, CSS, SVG, ...) to PDF
- pkgver = 53.0
- pkgrel = 2
+ pkgver = 53.3
+ pkgrel = 1
url = https://weasyprint.org
arch = any
license = BSD
@@ -25,8 +25,8 @@ pkgbase = python-weasyprint
depends = python-tinycss2
depends = python-zopfli
depends = ttf-font
- provides = weasyprint=53.0
- source = https://files.pythonhosted.org/packages/source/w/weasyprint/weasyprint-53.0.tar.gz
- sha256sums = 21ea1626e15ae4070f3eb4ffc90e5fd65bf17650f912affa911f829fb7c0e112
+ provides = weasyprint=53.3
+ source = https://files.pythonhosted.org/packages/source/w/weasyprint/weasyprint-53.3.tar.gz
+ sha256sums = eab32acf81d14b6626e5e180c7f03b925ece915a69b314ce3061a0f3ec6bf9da
pkgname = python-weasyprint
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"