[arch-commits] Commit in ccls/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Oct 24 07:44:38 UTC 2021


    Date: Sunday, October 24, 2021 @ 07:44:37
  Author: foutrelis
Revision: 1033055

upgpkg: ccls 0.20210330-4: LLVM 13 rebuild

Modified:
  ccls/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-24 04:12:32 UTC (rev 1033054)
+++ PKGBUILD	2021-10-24 07:44:37 UTC (rev 1033055)
@@ -3,12 +3,12 @@
 
 pkgname=ccls
 pkgver=0.20210330
-pkgrel=3
+pkgrel=4
 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=12.0.1' 'llvm-libs' 'rapidjson')
+depends=('clang=13.0.0' 'llvm-libs' 'rapidjson')
 makedepends=("cmake" "llvm")
 conflicts=('ccls-git')
 source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list