khtml: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:43:44 +02:00
parent 713d2a5f3d
commit c7bdb3454c

View file

@ -1,6 +1,6 @@
# Template file for 'khtml'
pkgname=khtml
version=5.43.0
version=5.47.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -10,8 +10,8 @@ short_desc="KDE HTML rendering engine"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/khtml"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=86403a096d91786dd1b8f7d74d212000dd3de6b76298cf27dfd7c4131bf38a0c
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=303c4ca14ba18187b99acaca6327099a00c0f712bf0aaa62a6598a5583922eb1
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python perl kcoreaddons"