ccls: rebuild against libLLVM-8.so

[ci skip]
This commit is contained in:
Rasmus Thomsen 2019-03-03 12:02:44 +01:00 committed by maxice8
parent 4fb6e622fe
commit 8043d414ac
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'ccls'
pkgname=ccls
version=0.20181225.8
revision=1
revision=2
build_style=cmake
configure_args="-DSYSTEM_CLANG=ON -DUSE_SHARED_LLVM=ON -DLLVM_ENABLE_RTTI=ON"
hostmakedepends="clang llvm7 rapidjson"
hostmakedepends="clang llvm rapidjson"
makedepends="ncurses-devel zlib-devel"
depends="${hostmakedepends}"
depends="$hostmakedepends"
short_desc="C/C++/ObjC language server"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="Apache-2.0"