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

Evangelos Foutras foutrelis at archlinux.org
Wed Feb 17 18:20:36 UTC 2021


    Date: Wednesday, February 17, 2021 @ 18:20:36
  Author: foutrelis
Revision: 862602

upgpkg: ccls 0.20201219-3: clang 11.1.0 rebuild

Modified:
  ccls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 18:20:35 UTC (rev 862601)
+++ PKGBUILD	2021-02-17 18:20:36 UTC (rev 862602)
@@ -3,12 +3,12 @@
 
 pkgname=ccls
 pkgver=0.20201219
-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=11.0.1' 'llvm-libs' 'rapidjson')
+depends=('clang=11.1.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