Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / bluez
Commits:
e66a6b8a by Andreas Radke at 2023-08-25T07:46:13+02:00
upgpkg: 5.69-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci'
'bluez-plugins')
-pkgver=5.68
+pkgver=5.69
pkgrel=1
url="http://www.bluez.org/"
arch=('x86_64')
@@ -16,7 +16,7 @@
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,
bluetooth.modprobe
)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933'
+sha256sums=('bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc'
'SKIP'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann
<[email protected]>
@@ -48,7 +48,7 @@ check() {
package_bluez() {
pkgdesc="Daemons for the bluetooth protocol stack"
- depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
+ depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c' 'glibc')
backup=('etc/bluetooth/main.conf')
conflicts=('obexd-client' 'obexd-server')
@@ -89,8 +89,9 @@ package_bluez() {
package_bluez-utils() {
pkgdesc="Development and debugging utilities for the bluetooth protocol
stack"
- depends=('dbus' 'systemd' 'glib2')
- optdepends=('ell: for btpclient')
+ depends=('dbus' 'systemd' 'systemd-libs' 'glib2' 'glibc' 'readline')
+ optdepends=('ell: for btpclient'
+ 'json-c: for mesh-cfgclient')
backup=('etc/bluetooth/mesh-main.conf')
conflicts=('bluez-hcidump')
provides=('bluez-hcidump')
@@ -136,7 +137,7 @@ package_bluez-libs() {
package_bluez-cups() {
pkgdesc="CUPS printer backend for Bluetooth printers"
- depends=('cups')
+ depends=('cups' 'glib2' 'glibc' 'dbus')
cd "${pkgbase}"-${pkgver}
make DESTDIR="${pkgdir}" install-cupsPROGRAMS
@@ -147,7 +148,7 @@ package_bluez-cups() {
package_bluez-hid2hci() {
pkgdesc="Put HID proxying bluetooth HCI's into HCI mode"
- depends=('systemd')
+ depends=('systemd' 'systemd-libs' 'glibc')
cd "${pkgbase}"-${pkgver}
make DESTDIR=${pkgdir} \
@@ -163,7 +164,7 @@ package_bluez-hid2hci() {
package_bluez-plugins() {
pkgdesc="bluez plugins (PS3 Sixaxis controller)"
- depends=('systemd')
+ depends=('systemd' 'systemd-libs' 'glibc')
cd "${pkgbase}"-${pkgver}
make DESTDIR="${pkgdir}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/e66a6b8abe30256639fb7097963fd1fe553d078b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/e66a6b8abe30256639fb7097963fd1fe553d078b
You're receiving this email because of your account on gitlab.archlinux.org.