summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-04-30 02:41:47 -0600
committerBrian Bidulock2021-04-30 02:41:47 -0600
commitb1612e5e0f4ca74aa918b73c508ca62df529d0cc (patch)
tree8f2883f36830e073b3a1afe7e87285c45810a04f
parentff739762054340230e77b347f9eaa9e004178014 (diff)
downloadaur-b1612e5e0f4ca74aa918b73c508ca62df529d0cc.tar.gz
disable mesh for now
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93e4de42cb1..c2d6cf6c48d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluez-git
pkgdesc = Libraries and tools for the Bluetooth protocol stack
- pkgver = 5.52.r64.g6a83d1467
+ pkgver = 5.58.r21.gd9fdbedf0
pkgrel = 1
epoch = 1
url = http://www.bluez.org/
@@ -8,19 +8,19 @@ pkgbase = bluez-git
arch = x86_64
license = GPL2
makedepends = git
+ depends = dbus
depends = libical
- depends = libdbus
depends = glib2
depends = alsa-lib
depends = ell
depends = json-c
optdepends = cups: CUPS backend
- provides = bluez=5.52-1
- provides = bluez-utils=5.52-1
- provides = bluez-libs=5.52-1
- provides = bluez-cups=5.52-1
- provides = bluez-hid2hci=5.52-1
- provides = bluez-plugins=5.52-1
+ provides = bluez=5.58-1
+ provides = bluez-utils=5.58-1
+ provides = bluez-libs=5.58-1
+ provides = bluez-cups=5.58-1
+ provides = bluez-hid2hci=5.58-1
+ provides = bluez-plugins=5.58-1
conflicts = bluez
conflicts = bluez-utils
conflicts = bluez-libs
diff --git a/PKGBUILD b/PKGBUILD
index 193fe85c2363..860a62156f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Swift Geek
pkgname=bluez-git
_pkgname=bluez
-pkgver=5.52.r64.g6a83d1467
+pkgver=5.58.r21.gd9fdbedf0
pkgrel=1
epoch=1
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
@@ -10,7 +10,7 @@ pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libical' 'libdbus' 'glib2' 'alsa-lib' 'ell' 'json-c')
+depends=('dbus' 'libical' 'glib2' 'alsa-lib' 'ell' 'json-c')
optdepends=('cups: CUPS backend')
makedepends=('git')
conflicts=($_pkgname
@@ -57,7 +57,8 @@ build() {
--enable-btpclient \
--enable-midi \
--enable-sixaxis \
- --enable-mesh \
+ --disable-mesh \
+ --enable-hid2hci \
--enable-experimental \
--enable-manpages \
--enable-library # this is deprecated