summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-06-09 15:17:13 -0400
committerTed Alff2018-06-09 15:17:13 -0400
commit95f547160a1abf4d9ad7241598c274915e53849f (patch)
treee28c711b06fc33c84aa393f4088394a11734e846
parent5aa9350e96dfe2f477cf7274308212f1cb43f2cd (diff)
downloadaur-95f547160a1abf4d9ad7241598c274915e53849f.tar.gz
Version bump 5.50. Add more architectures. Include patch from official bluez-utils package.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD17
2 files changed, 23 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fce8c037399..c337c946b1ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 14 03:30:10 UTC 2018
+# Sat Jun 9 19:16:28 UTC 2018
pkgbase = bluez-utils-compat
pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
- pkgver = 5.49
+ pkgver = 5.50
pkgrel = 1
url = http://www.bluez.org/
arch = i686
arch = x86_64
+ arch = mips64el
+ arch = armv6h
arch = armv7h
+ arch = arm
+ arch = aarch64
license = GPL2
makedepends = dbus
makedepends = libical
@@ -21,10 +25,12 @@ pkgbase = bluez-utils-compat
conflicts = bluez-utils
replaces = bluez-hcidump
replaces = bluez<=4.101
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.49.tar.xz
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.49.tar.sign
- sha256sums = 33301d7a514c73d535ee1f91c2aed1af1f2e53efe11d3ac06bcf0d7abed2ce95
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.xz
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.sign
+ source = refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/tree/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez
+ sha256sums = 5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911
sha256sums = SKIP
+ sha256sums = fa391d4a5a3946413aae99dd196a58db9de75f07526915b70e67f915af3cd268
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index 4156ed0f7081..c1efa94cb327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.49
+pkgver=5.50
pkgrel=1
url="http://www.bluez.org/"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
license=('GPL2')
pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
depends=('dbus' 'systemd' 'glib2')
@@ -17,12 +17,19 @@ conflicts=('bluez-hcidump' 'bluez-utils')
provides=('bluez-hcidump' 'bluez-utils')
replaces=('bluez-hcidump' 'bluez<=4.101')
makedepends=('dbus' 'libical' 'systemd')
-source=(https://www.kernel.org/pub/linux/bluetooth/${_pkgbase}-${pkgver}.tar.{xz,sign})
+source=("https://www.kernel.org/pub/linux/bluetooth/${_pkgbase}-${pkgver}.tar."{xz,sign}
+ 'refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/tree/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez')
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('33301d7a514c73d535ee1f91c2aed1af1f2e53efe11d3ac06bcf0d7abed2ce95'
- 'SKIP')
+sha256sums=('5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911'
+ 'SKIP'
+ 'fa391d4a5a3946413aae99dd196a58db9de75f07526915b70e67f915af3cd268')
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 \