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

Felix Yan felixonmars at archlinux.org
Wed Jul 29 08:40:47 UTC 2020


    Date: Wednesday, July 29, 2020 @ 08:40:47
  Author: felixonmars
Revision: 665750

upgpkg: ccls 0.20190823.6-2: rebuild with clang 10.0.1 (FS#67403)

Modified:
  ccls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-29 08:39:22 UTC (rev 665749)
+++ PKGBUILD	2020-07-29 08:40:47 UTC (rev 665750)
@@ -3,12 +3,12 @@
 
 pkgname=ccls
 pkgver=0.20190823.6
-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' 'llvm-libs' 'rapidjson')
+depends=('clang=10.0.1' '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