Date: Monday, February 7, 2022 @ 23:19:38
Author: foutrelis
Revision: 1128913
upgpkg: ccls 0.20210330-5: clang 13.0.1 rebuild
Modified:
ccls/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-07 23:19:36 UTC (rev 1128912)
+++ PKGBUILD 2022-02-07 23:19:38 UTC (rev 1128913)
@@ -3,12 +3,12 @@
pkgname=ccls
pkgver=0.20210330
-pkgrel=4
+pkgrel=5
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=13.0.0' 'llvm-libs' 'rapidjson')
+depends=('clang=13.0.1' 'llvm-libs' 'rapidjson')
makedepends=("cmake" "llvm")
conflicts=('ccls-git')
source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")