summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c81e2182b59b..7bdb3784671d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Aug 6 09:50:54 UTC 2016
pkgbase = python-weasyprint
pkgdesc = Converts web documents (HTML, CSS, SVG, ...) to PDF.
- pkgver = 0.28
+ pkgver = 0.30
pkgrel = 1
url = http://weasyprint.org/
arch = any
@@ -20,8 +22,8 @@ pkgbase = python-weasyprint
depends = python-cffi
depends = python-cairocffi
depends = python-pyphen
- source = https://github.com/Kozea/WeasyPrint/archive/v0.28.tar.gz
- md5sums = 5c085284675f49476e4acebe7b488f83
+ source = https://github.com/Kozea/WeasyPrint/archive/v0.30.tar.gz
+ md5sums = a959d375944841d1847c2436b121a1c9
pkgname = python-weasyprint
diff --git a/PKGBUILD b/PKGBUILD
index 510547a5619e..e7d7f3684245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=0.28
+pkgver=0.30
pkgrel=1
pkgdesc="Converts web documents (HTML, CSS, SVG, ...) to PDF."
license=('BSD')
@@ -15,7 +15,7 @@ depends=('python' 'pango>=1.29.3' 'gdk-pixbuf2>=2.25' 'python-gobject'
pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("https://github.com/Kozea/WeasyPrint/archive/v${pkgver}.tar.gz")
-md5sums=('5c085284675f49476e4acebe7b488f83')
+md5sums=('a959d375944841d1847c2436b121a1c9')
package() {