summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSR_team2022-06-17 16:45:15 +0300
committerSR_team2022-06-17 16:45:15 +0300
commit9464368b920602fef3b5e951ab894d0c58765c3d (patch)
treed189aed437ed6d249c7bc719c3b8730fa59c2ce4 /PKGBUILD
parente7be14f786e36fe4bd4f5db8b4ceaf087deb66c6 (diff)
downloadaur-9464368b920602fef3b5e951ab894d0c58765c3d.tar.gz
Add minimal clang version for ClangCodeModel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 727ec17c3976..740ca4309da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,15 @@
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
pkgname=qtcreator-git
-pkgver=7.0.2.r809.gf54097fefb
+pkgver=8.0.0.beta1.r49.g016321f0c8
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('x86_64')
url='https://www.qt.io'
license=(LGPL)
depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport qt6-shadertools qt6-5compat
- clang clazy yaml-cpp) # syntax-highlighting
+ 'clang>=14' # ClangCodeModel based on clangd
+ clazy yaml-cpp) # syntax-highlighting
makedepends=(cmake llvm python)
options=(docs)
optdepends=('bzr: bazaar support'