summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-08-27 18:07:18 -0400
committerTed Alff2022-08-27 18:07:18 -0400
commitc97cb104eaccc6c34a6e41ef323fb82c53efd240 (patch)
treef68f07c2794f3abd335d4fbba7861cf45797adda
parent25035d48fd5c26ef17185747f1501e367fedd7cc (diff)
downloadaur-c97cb104eaccc6c34a6e41ef323fb82c53efd240.tar.gz
Version bump 5.65
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8bc5887704..b09eb98a3b22 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.64
+ pkgver = 5.65
pkgrel = 1
url = http://www.bluez.org/
arch = i686
@@ -23,12 +23,13 @@ pkgbase = bluez-utils-compat
depends = glib2
optdepends = ell: for btpclient
provides = bluez-hcidump
- provides = bluez-utils=5.64
+ provides = bluez-utils=5.65
provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.64.tar.xz
- sha256sums = ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34
+ backup = etc/bluetooth/mesh-main.conf
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz
+ sha256sums = 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
pkgname = bluez-utils-compat
diff --git a/PKGBUILD b/PKGBUILD
index 317bae224901..403ec2eb8ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
-pkgver=5.64
+pkgver=5.65
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -17,9 +17,10 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 'python-docuti
optdepends=('ell: for btpclient')
conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
+backup=('etc/bluetooth/mesh-main.conf')
source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz) #{xz,sign})
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34')
+sha256sums=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4')
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
build() {
@@ -64,6 +65,10 @@ package() {
done
rm -rf "${pkgdir}"/usr/lib
+
+ # ship upstream mesh config file
+ install -dm755 "${pkgdir}"/etc/bluetooth
+ install -Dm644 "${srcdir}/${_pkgbase}-${pkgver}"/mesh/mesh-main.conf "${pkgdir}"/etc/bluetooth/mesh-main.conf
# move the hid2hci man page out
rm "${pkgdir}"/usr/share/man/man1/hid2hci.1