From 7f1cec12065a92e5955c160b4308d35dcd8ae5e7 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 25 Sep 2024 12:54:08 -0700 Subject: [PATCH] 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 --- main/bootmac/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/bootmac/APKBUILD b/main/bootmac/APKBUILD index 0b0957eb2..58d4e334c 100644 --- a/main/bootmac/APKBUILD +++ b/main/bootmac/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Dylan Van Assche 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"