From bbf3c023ca7f999c4f8b3a9fbfac3d7353bf3bcd Mon Sep 17 00:00:00 2001 From: ctrl-q <34975747+ctrl-q@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:22:07 -0500 Subject: [PATCH] chore: Update deps due to latest package updates --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e35b0ab94a20e..ee2081dd183d9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="FreeDesktop-compliant notification daemon with grouping, DnD, batching, arch=('x86_64') url="https://github.com/ctrl-q/notification-tray" license=('custom') -depends=('qt5-base' 'qt5-multimedia' 'dbus' 'glib2' 'python') +depends=('qt5-base' 'qt5-multimedia' 'qt5-declarative' 'dbus' 'glib2') makedepends=('cmake' 'gcc' 'make' 'git') optdepends=('gtest: for running tests' 'lxqt-config: for LXQt theming configuration'