summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-09-11 16:10:12 -0400
committerTed Alff2020-09-11 16:10:12 -0400
commit0c663fce561ac410869943fe0f7c4a21adb554c5 (patch)
treeba16f7eefd33f69ab373c135c9a71875fec24c48
parentb5ffa84e4dc49b4c812caa72bdea5eddbb829dd5 (diff)
downloadaur-0c663fce561ac410869943fe0f7c4a21adb554c5.tar.gz
Version bump 5.55
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 408e0659f90e..b6c0cf19f218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluez-utils-compat
pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
- pkgver = 5.54
+ pkgver = 5.55
pkgrel = 1
url = http://www.bluez.org/
arch = i686
@@ -22,15 +22,13 @@ pkgbase = bluez-utils-compat
depends = glib2
optdepends = ell: for btpclient
provides = bluez-hcidump
- provides = bluez-utils=5.54
+ provides = bluez-utils=5.55
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz
- source = refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez
- sha512sums = e19d15d3a478a7af47c1921c8827843492e38787b1182152155bd3d8ad9e1d8ee25c5fda1f24e38c54ebbf946b09fe75007dca9a24d1c35f73303558e558dcbe
- sha512sums = c6ef673956963725edc52d667648e51df5b99f820e87705096b4b9338e8a4540722e734f1e8e67998c2fbbefec30645ff1fa064789c8a858f770d1214399561d
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.55.tar.xz
+ sha256sums = 8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index e9e08c39e989..94e06213db18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.54
+pkgver=5.55
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -17,19 +17,11 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
optdepends=('ell: for btpclient')
conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
-source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz #{xz,sign}
- 'refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez')
+source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz) #{xz,sign}
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha512sums=('e19d15d3a478a7af47c1921c8827843492e38787b1182152155bd3d8ad9e1d8ee25c5fda1f24e38c54ebbf946b09fe75007dca9a24d1c35f73303558e558dcbe'
-# 'SKIP'
- 'c6ef673956963725edc52d667648e51df5b99f820e87705096b4b9338e8a4540722e734f1e8e67998c2fbbefec30645ff1fa064789c8a858f770d1214399561d')
+sha256sums=('8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
-prepare() {
- cd "${_pkgbase}-${pkgver}"
- patch -Np1 -i ../refresh_adv_manager_for_non-LE_devices.diff
-}
-
build() {
cd "${_pkgbase}-${pkgver}"
./configure \
@@ -42,6 +34,7 @@ build() {
--enable-btpclient \
--enable-midi \
--enable-sixaxis \
+ --enable-hid2hci \
--enable-mesh \
--enable-experimental \
--enable-library \