diff --git a/srcpkgs/bluez/patches/0003-bluetooth-group-can-use-bluez.patch b/srcpkgs/bluez/patches/0003-bluetooth-group-can-use-bluez.patch
new file mode 100644
index 00000000000..7a72e60944e
--- /dev/null
+++ b/srcpkgs/bluez/patches/0003-bluetooth-group-can-use-bluez.patch
@@ -0,0 +1,13 @@
+--- src/bluetooth.conf
++++ src/bluetooth.conf
+@@ -28,6 +28,10 @@
+
+
+
++
++
++
++
+
+
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 24cb51eaaa8..491e7210f06 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=5.39
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
--enable-pie --enable-threads --enable-library"
@@ -9,6 +9,7 @@ hostmakedepends="automake libtool pkg-config flex"
makedepends="libglib-devel eudev-libudev-devel dbus-devel
cups-devel libical-devel readline-devel"
conf_files="/etc/bluetooth/main.conf"
+system_groups="bluetooth"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP "
homepage="http://www.bluez.org/"