summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9f9f4a65c08..9cf6ec27c9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=0.42.3
-pkgrel=3
+pkgver=43
+pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
arch=('any')
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'
- 'python-tinycss2' 'python-cssselect>=0.6' 'python-html5lib'
- 'python-cffi' 'python-cairocffi' 'python-pyphen' 'python-xcffib' 'python-pdfrw')
+depends=('python' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'cairo>=1.15.4'
+ 'python-cairo' 'python-cairosvg'
+ 'python-tinycss2' 'python-cssselect2>=0.1' '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=('9995077586ef379ae5574d7ba2a12fc3')
+md5sums=('7bac348cfc7218dbd06d5e6b9ead6004')
package() {