main/bootmac: depend on bluez-deprecated (MR 5634)

hciconfig is a hard dependency when the tool is configuring bluetooth addresses.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-09-25 12:54:08 -07:00
parent 0bf40d20e0
commit 7f1cec1206
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A

View File

@ -1,13 +1,13 @@
# Maintainer: Dylan Van Assche <me@dylanvanassche.be>
pkgname=bootmac
pkgver=0.5.0
pkgrel=0
pkgrel=1
pkgdesc="Configure MAC addresses at boot"
url="https://gitlab.com/postmarketOS/bootmac"
arch="all"
license="GPLv3-or-later"
source="https://gitlab.com/postmarketOS/bootmac/-/archive/v$pkgver/bootmac-v$pkgver.tar.gz"
depends="bluez-btmgmt"
depends="bluez-btmgmt bluez-deprecated"
options="!check"
builddir="$srcdir/$pkgname-v$pkgver"