summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b5e28d1496..5ff1358afbe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccls-git
pkgdesc = C/C++ language server supporting cross references, hierarchies, completion and semantic highlighting
- pkgver = 20190309
+ pkgver = 20190310
pkgrel = 1
url = https://github.com/MaskRay/ccls
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 71d00a935591..8391aa41b81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ccls-git
_pkgname=ccls
-pkgver=20190309
+pkgver=20190310
pkgrel=1
pkgdesc='C/C++ language server supporting cross references, hierarchies, completion and semantic highlighting'
arch=('x86_64')
@@ -24,7 +24,7 @@ prepare() {
build() {
cd $_pkgname
- cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SHARED_LLVM=on -DLLVM_ENABLE_RTTI=on
+ cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}