From 853baf2404670d1cd6f5b1c616ea844d552701ae Mon Sep 17 00:00:00 2001 From: User8395 Date: Wed, 24 Sep 2025 20:40:35 -0400 Subject: [PATCH] fix --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5ddf611f4e6ed..4b357010b6d50 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,7 +12,7 @@ pkgbase = plasma-bigscreen-git depends = plasma-nm-git depends = plasma-pa-git depends = plasma-nano-git - depends = bluezqt-git + depends = bluez-qt-git optdepends = libcec: add USB-CEC support in order to be controlled by TV remotes optdepends = plasma-remotecontrollers-git: add support for remote controllers conflicts = plasma-bigscreen diff --git a/PKGBUILD b/PKGBUILD index 8b9d5ebe1d79b..06c04a708041c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ depends=('kdeconnect-git' 'plasma-nm-git' 'plasma-pa-git' 'plasma-nano-git' - 'bluezqt-git') + 'bluez-qt-git') makedepends=('cmake' 'extra-cmake-modules-git' 'git') optdepends=('libcec: add USB-CEC support in order to be controlled by TV remotes' 'plasma-remotecontrollers-git: add support for remote controllers')