summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStMartin812020-11-12 19:06:43 +0100
committerStMartin812020-11-12 19:06:43 +0100
commit269fcc41f3cc27ec8e4544c6c7fafe5ba61419ce (patch)
tree4f738bda2d8e067da018abf815db1cc1962d5804
parenta09d6b815169eaff12e140b1635abccdbf3d433c (diff)
downloadaur-269fcc41f3cc27ec8e4544c6c7fafe5ba61419ce.tar.gz
Add git to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 381ecac1a261..2d647bc95dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)