summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorijan Hamzic2019-09-23 22:01:58 +0200
committerFlorijan Hamzic2019-09-23 22:01:58 +0200
commit069940ce4d5e822df02a0ff80894ebe7b7530a4a (patch)
tree2294d72b19c02c0d6204eea56915f8089130a284 /PKGBUILD
parent6db533aa710840dcb066b4f7c5a11bf9e6280ca0 (diff)
downloadaur-069940ce4d5e822df02a0ff80894ebe7b7530a4a.tar.gz
bumped version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b99c6c33c95d..25714d8520fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florijan Hamzic <florijanh at gmail dot com>
_pypi_name='WeasyPrint'
-pkgver=48
+pkgver=50
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=('029c7072004a5fff2dfe24c5a401adeb')
+md5sums=('f5fb5a6009f797abd171e8abf4626544')
package() {