summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 703371cf73ba..cdfabc3bdc33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 28 07:16:49 UTC 2018
+# Thu Jun 28 07:20:29 UTC 2018
pkgbase = python-weasyprint
pkgdesc = Converts web documents (HTML, CSS, SVG, ...) to PDF.
pkgver = 0.42.3
- pkgrel = 1
+ pkgrel = 2
url = http://weasyprint.org/
arch = any
license = BSD
@@ -23,6 +23,7 @@ pkgbase = python-weasyprint
depends = python-cairocffi
depends = python-pyphen
depends = python-xcffib
+ depends = python-pdfrw
source = https://github.com/Kozea/WeasyPrint/archive/v0.42.3.tar.gz
md5sums = 9995077586ef379ae5574d7ba2a12fc3
diff --git a/PKGBUILD b/PKGBUILD
index 429d9c768007..a936476c8f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
pkgver=0.42.3
-pkgrel=1
+pkgrel=2
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
arch=('any')
@@ -10,7 +10,7 @@ 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-tinycss2' 'python-cssselect>=0.6' 'python-html5lib'
- 'python-cffi' 'python-cairocffi' 'python-pyphen' 'python-xcffib')
+ 'python-cffi' 'python-cairocffi' 'python-pyphen' 'python-xcffib' 'python-pdfrw')
pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)