Date: Thursday, January 12, 2023 @ 23:24:48
Author: foutrelis
Revision: 1383159
upgpkg: ccls 0.20220729-3: clang 14.0.7 rebuild
Modified:
ccls/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-12 23:24:46 UTC (rev 1383158)
+++ PKGBUILD 2023-01-12 23:24:48 UTC (rev 1383159)
@@ -3,12 +3,12 @@
pkgname=ccls
pkgver=0.20220729
-pkgrel=2
+pkgrel=3
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=15.0.6' 'llvm-libs' 'rapidjson')
+depends=('clang=15.0.7' 'llvm-libs' 'rapidjson')
makedepends=("cmake" "llvm")
conflicts=('ccls-git')
source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")