summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorijan Hamzic2018-09-19 15:22:00 +0200
committerFlorijan Hamzic2018-09-19 15:22:00 +0200
commit56782c6df1571c723c1323747581e4d9c43a8c99 (patch)
tree5c0858dd238cfee8d15f425e3122fea8bdec04fb /PKGBUILD
parentd49106a366c1944a511b88d07d3aabec441467ae (diff)
downloadaur-56782c6df1571c723c1323747581e4d9c43a8c99.tar.gz
remove version check for cairosvg to workaround version issu
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a936476c8f66..d9f9f4a65c08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
pkgver=0.42.3
-pkgrel=2
+pkgrel=3
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>=0.4.1'
+ 'python-cairo' 'python-lxml' 'python-cairosvg'
'python-tinycss2' 'python-cssselect>=0.6' 'python-html5lib'
'python-cffi' 'python-cairocffi' 'python-pyphen' 'python-xcffib' 'python-pdfrw')