kdesignerplugin: update to 5.50.0.

This commit is contained in:
John 2018-09-08 10:37:45 +02:00 committed by Helmut Pozimski
parent 54369fd616
commit c19a88ffc5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kdesignerplugin'
pkgname=kdesignerplugin
version=5.49.0
version=5.50.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -8,11 +8,11 @@ hostmakedepends="extra-cmake-modules"
makedepends="kdoctools-devel kplotting-devel kdewebkit-devel"
depends="kgendesignerplugin>=${version}_${revision}"
short_desc="Integrating KDE frameworks widgets with Qt Designer"
maintainer="Denis Revin <denis.revin@gmail.com>"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-only"
homepage="https://projects.kde.org/projects/frameworks/kdesignerplugin"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=8d75b0fb2335ee220347c3327b012376cfc139c430474027e13b0b11c1b34442
checksum=a587516dec5b850745f5d711e4fd97f1176d19d75ea4f4b5fc67a9a3b382b001
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kgendesignerplugin kdoctools"