summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStMartin812020-11-12 20:09:51 +0100
committerStMartin812020-11-12 20:09:51 +0100
commitb849d6b6cee44cc9a200eca5e3f02bc201f0b337 (patch)
tree516e1c491f5d51cdcf9c3264af72fba5b138b531 /PKGBUILD
parentd69505d35fdb2bc74811ae2ddd61b5d8ffa9a4e4 (diff)
downloadaur-b849d6b6cee44cc9a200eca5e3f02bc201f0b337.tar.gz
Change syntax-highlighting dependency to syntax-highlighting-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57359b2d6467..6b58b939abf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='The KDE crash handler'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(GPL2)
-depends=(kidletime-git kio-git syntax-highlighting gdb)
+depends=(kidletime-git kio-git syntax-highlighting-git gdb)
makedepends=(extra-cmake-modules git)
groups=(plasma)
conflicts=(drkonqi)