summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029f6c23420c..b83cbeb1e3c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 6 15:56:31 UTC 2018
+# Tue Feb 26 11:58:41 UTC 2019
pkgbase = python-weasyprint
pkgdesc = Converts web documents (HTML, CSS, SVG, ...) to PDF.
- pkgver = 43
+ pkgver = 45
pkgrel = 1
url = http://weasyprint.org/
arch = any
@@ -22,8 +22,8 @@ pkgbase = python-weasyprint
depends = python-cairocffi
depends = python-pyphen
depends = python-xcffib
- source = https://github.com/Kozea/WeasyPrint/archive/v43.tar.gz
- md5sums = 7bac348cfc7218dbd06d5e6b9ead6004
+ source = https://github.com/Kozea/WeasyPrint/archive/v45.tar.gz
+ md5sums = b3605c5885970865da784a57bbf6adcf
pkgname = python-weasyprint
diff --git a/PKGBUILD b/PKGBUILD
index 9cf6ec27c9c2..edd53d13664d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=43
+pkgver=45
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' 'cairo>=1.15.4'
pkgname="python-weasyprint"
_pypi_name_inital=$(echo ${_pypi_name}|cut -c1)
source=("https://github.com/Kozea/WeasyPrint/archive/v${pkgver}.tar.gz")
-md5sums=('7bac348cfc7218dbd06d5e6b9ead6004')
+md5sums=('b3605c5885970865da784a57bbf6adcf')
package() {