bluez-qt5: update to 5.52.0.

This commit is contained in:
John 2018-11-10 11:37:48 +01:00 committed by Johannes
parent 6ef36deeb1
commit d16ebd9aa8
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'bluez-qt5'
pkgname=bluez-qt5
version=5.51.0
version=5.52.0
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d"
wrksrc="${pkgname%5}-${version}"
hostmakedepends="extra-cmake-modules"
makedepends="qt5-declarative-devel"
depends="bluez"
@ -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=afeb1768fd0a81e3eaf8ae5f516d5c8a57f8cf62c59bb3692903749edab353de
checksum=f65854f9ca206c5f74c367070438d9dd958401e6ea9114943bca1878189f4cfc
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"