wkhtmltopdf: update to 0.12.6.

This commit is contained in:
Piraty 2020-07-15 10:35:53 +02:00
parent 0a4b7939dd
commit a3fca4349c

View file

@ -1,7 +1,7 @@
# Template file for 'wkhtmltopdf'
pkgname=wkhtmltopdf
version=0.12.5
revision=2
version=0.12.6
revision=1
build_style=qmake
hostmakedepends="qt5-qmake"
configure_args="INSTALLBASE=/usr"
@ -12,9 +12,10 @@ maintainer="Piraty <piraty1@inbox.ru>"
license="LGPL-3.0-or-later"
homepage="https://wkhtmltopdf.org"
distfiles="https://github.com/wkhtmltopdf/wkhtmltopdf/archive/${version}.tar.gz"
checksum=861d6e61e2f5beb2d8daaade2cd5a85b84065ee9fac0d6d85000d8a7712a4621
checksum=adcced78492e7366d940c66a1327a85d3ae8c45190f486f545fdaa84cac662f0
if [ "$CROSS_BUILD" ]; then
# make qmake happy
hostmakedepends+=" ${makedepends}"
fi