diff options
author | StMartin81 | 2020-11-12 19:06:43 +0100 |
---|---|---|
committer | StMartin81 | 2020-11-12 19:06:43 +0100 |
commit | 269fcc41f3cc27ec8e4544c6c7fafe5ba61419ce (patch) | |
tree | 4f738bda2d8e067da018abf815db1cc1962d5804 /PKGBUILD | |
parent | a09d6b815169eaff12e140b1635abccdbf3d433c (diff) | |
download | aur-269fcc41f3cc27ec8e4544c6c7fafe5ba61419ce.tar.gz |
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ arch=(x86_64) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) depends=(kwindowsystem-git kidletime-git kwayland-git kguiaddons-git) -makedepends=(extra-cmake-modules) +makedepends=(extra-cmake-modules git) groups=(plasma) conflicts=(kwayland-integration) provides=(kwayland-integration) |