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 6ea54a6baa4e..ca26660ba155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=0.34
+pkgver=0.36
pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
@@ -10,12 +10,12 @@ 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-cffi' 'python-cairocffi' 'python-pyphen')
+ '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=('41bc61eca7516d8396028c6f8990c007')
+md5sums=('21c537413d86340f154cf245e31c6357')
package() {