summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlya Zlobintsev2020-09-28 16:02:41 +0300
committerIlya Zlobintsev2020-09-28 16:02:41 +0300
commit3be80b324bd3c8d1bdb6c217e3de3eee7d4fdf11 (patch)
treefa1902f6a7f8ccd4c0d1ee1c2a8598644ed78983 /PKGBUILD
parent650ea92342e4ba6d6c73e6fed7e3c9f2f079d633 (diff)
downloadaur-3be80b324bd3c8d1bdb6c217e3de3eee7d4fdf11.tar.gz
Added missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccd1900b9335..35d456404025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/Luwx/Lightly"
arch=('any')
license=('GPL')
conflicts=('lightly-git')
-makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras)
+makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras kcoreaddons kguiaddons kconfigwidgets kwindowsystem kiconthemes)
source=(
"${pkgname}-${pkgver}::https://github.com/Luwx/Lightly/archive/v${pkgver}-alpha.tar.gz"
)