bluez-qt5: update to 5.57.0

[ci skip]
This commit is contained in:
John 2019-04-13 19:16:20 +02:00
parent dbfe08b225
commit 1b4cac8f65
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'bluez-qt5'
pkgname=bluez-qt5
version=5.56.0
version=5.57.0
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d"
hostmakedepends="extra-cmake-modules"
hostmakedepends="kcoreaddons extra-cmake-modules"
makedepends="qt5-declarative-devel"
depends="bluez"
short_desc="Qt wrapper for BlueZ 5 DBus API"
@ -13,7 +13,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/bluez-qt5"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
checksum=d592b84dd52aeaa0a5453949aced2fa7b160830d7325382f1616e92a338017de
checksum=43e1be1882832cef88186255a6b692d9fd1366bad09db0c2075a126b0fc0df65
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"