git » plasma-integration.git » commit c93a20b

Add missing kio dependency

author Antonio Rojas
2023-06-20 17:22:35 UTC
committer Antonio Rojas
2023-06-20 17:22:35 UTC
parent 9080b93b44e1e1b3891c084c65f11ef483da2ae7

Add missing kio dependency

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b1418f1..da6229e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style perl)
+depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style kio perl)
 makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})