Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / bluez
Commits:
5b15af61 by Robin Candau at 2025-09-20T00:07:15+02:00
upgpkg: 5.84-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = bluez
- pkgver = 5.83
+ pkgver = 5.84
pkgrel = 1
url = http://www.bluez.org/
arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = bluez
makedepends = python-docutils
makedepends = python-pygments
makedepends = cups
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.83.tar.xz
- source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.83.tar.sign
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.84.tar.xz
+ source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.84.tar.sign
source = bluetooth.modprobe
validpgpkeys = E932D120BC2AEC444E558F0106CA9F5D1DCF2659
- sha256sums =
108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c
+ sha256sums =
5ba73d030f7b00087d67800b0e321601aec0f892827c72e5a2c8390d8c886b11
sha256sums = SKIP
sha256sums =
46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups'
'bluez-deprecated-tools' 'bluez-hid2hci' 'bluez-mesh' 'bluez-obex')
-pkgver=5.83
+pkgver=5.84
pkgrel=1
url="http://www.bluez.org/"
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c'
'ell' 'python-docuti
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
bluetooth.modprobe)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c'
+sha256sums=('5ba73d030f7b00087d67800b0e321601aec0f892827c72e5a2c8390d8c886b11'
'SKIP'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann
<[email protected]>
@@ -115,7 +115,7 @@ package_bluez-utils() {
_install fakeinstall/usr/share/man/man1/bluetoothctl*.1
_install
fakeinstall/usr/share/man/man1/{btattach,btmgmt,btmon,isotest,l2ping,rctest}.1
_install fakeinstall/usr/share/man/man5/org.bluez.{A,B,D,G,I,L,M,N,P}*.5
- _install fakeinstall/usr/share/man/man7/{hci,l2cap,mgmt,sco}.7
+ _install fakeinstall/usr/share/man/man7/{hci,l2cap,mgmt,sco,iso}.7
_install fakeinstall/usr/share/zsh/site-functions/_bluetoothctl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/5b15af614cda6f0daf2ba6b56fef012897527f30
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/5b15af614cda6f0daf2ba6b56fef012897527f30
You're receiving this email because of your account on gitlab.archlinux.org.