diff --git a/srcpkgs/wkhtmltopdf/template b/srcpkgs/wkhtmltopdf/template
index 5c7f53ac433..3aad19995a2 100644
--- a/srcpkgs/wkhtmltopdf/template
+++ b/srcpkgs/wkhtmltopdf/template
@@ -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 "
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