From f4e03256ffccc64675dd8da0e9357ef597e5fcd2 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Sep 2018 10:36:45 +0200 Subject: [PATCH] bluez-qt5: update to 5.50.0. --- srcpkgs/bluez-qt5/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/bluez-qt5/template b/srcpkgs/bluez-qt5/template index 85bc73ff870..fd6afa7a1b2 100644 --- a/srcpkgs/bluez-qt5/template +++ b/srcpkgs/bluez-qt5/template @@ -1,6 +1,6 @@ # Template file for 'bluez-qt5' pkgname=bluez-qt5 -version=5.49.0 +version=5.50.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d" @@ -9,13 +9,13 @@ hostmakedepends="extra-cmake-modules" makedepends="qt5-declarative-devel" depends="bluez" short_desc="Qt wrapper for BlueZ 5 DBus API" -maintainer="Denis Revin " +maintainer="John " 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=2dab323fedc04b971081ef29bd42003e6e9be3a8c109edcf42594f51f8c1f655 +checksum=6b4cf1b2d1d729828a2cf0d1483a07f63247ac51fc89c57a60820076126f1909 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi