kross: update to 5.39.0.

This commit is contained in:
yopito 2017-10-16 18:48:45 +02:00
parent 190c47ff92
commit e68ffee5fc

View file

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