kross: update to 5.51.0.

This commit is contained in:
John 2018-10-15 10:59:30 +02:00 committed by Helmut Pozimski
parent c1ee925a6e
commit bd5d7f50a0

View file

@ -1,6 +1,6 @@
# Template file for 'kross' # Template file for 'kross'
pkgname=kross pkgname=kross
version=5.50.0 version=5.51.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kross" homepage="https://projects.kde.org/projects/frameworks/kross"
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=42413a8175cbd7bf251f7a2713a73b818d0c10c25bd11b08b63ac34c3e1911bc checksum=6173fc30073d995ff79c30288bdead2a80c88469607b8772281e7f51c07d338d
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"