kjs: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:48:43 +02:00
parent a63829be19
commit b4c3b4126a

View file

@ -1,6 +1,6 @@
# Template file for 'kjs'
pkgname=kjs
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 Javascript engine"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kjs"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=a9746b88b6417975743c2cb5c7f1f0c73b2f011213341fc6343bab3e836fb8c9
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=18b997486179a660f0cc16490e3572aa08ca788497df8c018c88645d79ab1be6
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools kjs"