From b449de5d0cca0a4185567ce78a686ae72078c2ab Mon Sep 17 00:00:00 2001 From: John Date: Mon, 15 Oct 2018 10:57:47 +0200 Subject: [PATCH] bluez-qt5: update to 5.51.0. --- srcpkgs/bluez-qt5/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bluez-qt5/template b/srcpkgs/bluez-qt5/template index fd6afa7a1b2..7720a3f3e92 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.50.0 +version=5.51.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d" @@ -13,7 +13,7 @@ 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=6b4cf1b2d1d729828a2cf0d1483a07f63247ac51fc89c57a60820076126f1909 +checksum=afeb1768fd0a81e3eaf8ae5f516d5c8a57f8cf62c59bb3692903749edab353de if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"