[arch-commits] Commit in bluez/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Dec 22 14:45:28 UTC 2019


    Date: Sunday, December 22, 2019 @ 14:45:27
  Author: andyrtr
Revision: 372070

upgpkg: bluez 5.52-2: add dependency on json-c required by bluetooth-meshd

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-22 11:02:04 UTC (rev 372069)
+++ PKGBUILD	2019-12-22 14:45:27 UTC (rev 372070)
@@ -5,11 +5,11 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.52
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'ell')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
 source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
         bluetooth.modprobe
         refresh_adv_manager_for_non-LE_devices.diff)
@@ -52,7 +52,7 @@
 
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2' 'alsa-lib')
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
   backup=('etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')
 



More information about the arch-commits mailing list