From 5f9c859a5a757ad4fe78cddef9ee7a2688e52a82 Mon Sep 17 00:00:00 2001 From: LordDoctors Date: Wed, 15 Feb 2017 14:03:59 -0500 Subject: [PATCH] bluez-qt5: Add a install message for the bluetooth group --- srcpkgs/bluez-qt5/INSTALL.msg | 1 + srcpkgs/bluez-qt5/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bluez-qt5/INSTALL.msg diff --git a/srcpkgs/bluez-qt5/INSTALL.msg b/srcpkgs/bluez-qt5/INSTALL.msg new file mode 100644 index 00000000000..d253e9cf502 --- /dev/null +++ b/srcpkgs/bluez-qt5/INSTALL.msg @@ -0,0 +1 @@ +You need to be in the bluetooth group to be able to modify the bluetooth state! diff --git a/srcpkgs/bluez-qt5/template b/srcpkgs/bluez-qt5/template index 8ca00e41679..1a98e77d8d5 100644 --- a/srcpkgs/bluez-qt5/template +++ b/srcpkgs/bluez-qt5/template @@ -1,7 +1,7 @@ # Template file for 'bluez-qt5' pkgname=bluez-qt5 version=5.29.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" wrksrc="${pkgname%5}-${version}"