testing/kdevelop: rebuild against clang10

This commit is contained in:
Rasmus Thomsen 2020-03-29 11:02:17 +02:00
parent f4b5a21eea
commit 0de1569c8c

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdevelop
pkgver=5.5.0
pkgrel=0
pkgrel=1
arch="all !armhf !ppc64le !s390x" # Blocked by qt5-qtwebengine
url="https://www.kdevelop.org/"
pkgdesc="A featureful, plugin-extensible IDE for C/C++ and other programming languages"
@ -15,7 +15,7 @@ makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtwebengine-dev kconfig-dev
kguiaddons-dev karchive-dev knotifications-dev kitemmodels-dev libksysguard-dev
shared-mime-info grantlee-dev boost-dev libkomparediff2-dev clang-dev clang
clang-libs"
makedepends="$makedepends llvm9-dev" # Should always install the version of llvm that contains /usr/bin/llvm-config
makedepends="$makedepends llvm-dev" # Should always install the version of llvm that contains /usr/bin/llvm-config
checkdepends="xvfb-run"
source="https://download.kde.org/stable/kdevelop/$pkgver/src/kdevelop-$pkgver.tar.xz
fix-find-clang-path.patch"