summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabelian4242021-01-02 01:55:26 +0600
committerabelian4242021-01-02 01:55:26 +0600
commitb0372ba658a0caff3098f412a7f46490719806ba (patch)
tree51cb162db4a08ecf2ca7349064cf3ecd598825f0 /PKGBUILD
parent4a4fad4208fe86713a421d1ed9e66cbd3985d67c (diff)
downloadaur-b0372ba658a0caff3098f412a7f46490719806ba.tar.gz
Added plasma-framework as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c27e8893399..f6896eb82ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Qt/C++ display management library'
arch=(x86_64)
url="https://gitlab.com/kwinft/disman"
license=(LGPL)
-depends=(qt5-x11extras libxrandr wrapland)
+depends=(qt5-x11extras libxrandr plasma-framework wrapland)
provides=("disman")
conflicts=("disman")
makedepends=(extra-cmake-modules)