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 c871aba50cef..429d9c768007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=0.41
+pkgver=0.42.3
pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
@@ -9,13 +9,13 @@ url="http://weasyprint.org/"
makedepends=('python' 'python-distribute')
depends=('python' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'python-gobject'
'python-cairo' 'python-lxml' 'python-cairosvg>=0.4.1'
- 'python-tinycss>=0.3' 'python-cssselect>=0.6' 'python-html5lib'
+ 'python-tinycss2' 'python-cssselect>=0.6' 'python-html5lib'
'python-cffi' 'python-cairocffi' 'python-pyphen' 'python-xcffib')
pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("https://github.com/Kozea/WeasyPrint/archive/v${pkgver}.tar.gz")
-md5sums=('353a93e5e7ce48b77650f331b94bebc0')
+md5sums=('9995077586ef379ae5574d7ba2a12fc3')
package() {