Date: Friday, January 6, 2023 @ 13:30:07
Author: foutrelis
Revision: 1378614
upgpkg: ccls 0.20220729-2: LLVM 15 rebuild
Modified:
ccls/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 13:27:52 UTC (rev 1378613)
+++ PKGBUILD 2023-01-06 13:30:07 UTC (rev 1378614)
@@ -3,12 +3,12 @@
pkgname=ccls
pkgver=0.20220729
-pkgrel=1
+pkgrel=2
pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies,
completion and semantic highlighting'
arch=('x86_64')
url='https://github.com/MaskRay/ccls'
license=('Apache')
-depends=('clang=14.0.6' 'llvm-libs' 'rapidjson')
+depends=('clang=15.0.6' 'llvm-libs' 'rapidjson')
makedepends=("cmake" "llvm")
conflicts=('ccls-git')
source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")