summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song2019-01-13 19:56:10 +0800
committerFangrui Song2019-01-13 19:56:27 +0800
commit36266d7392d2b534b215cd45244b20d6ab00631c (patch)
treec7cd9804b3978f5a047d13909e88c5153c122814
parent934e53b4066baa3494f7beae0fecd7a02b860839 (diff)
downloadaur-36266d7392d2b534b215cd45244b20d6ab00631c.tar.gz
Update
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa1c790d5994..290f65235b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ccls-git
_pkgname=ccls
-pkgver=1668.558516d
+pkgver=1820.dac413c3
pkgrel=1
pkgdesc='C/C++ language server supporting cross references, hierarchies, completion and semantic highlighting'
arch=('any')
url='https://github.com/MaskRay/ccls'
-license=('MIT')
-depends=('clang')
+license=('Apache')
+depends=('clang' 'llvm')
makedepends=("cmake" "git" "llvm")
source=('git+https://github.com/MaskRay/ccls.git')
md5sums=('SKIP')
@@ -21,7 +21,6 @@ pkgver() {
prepare() {
cd $_pkgname
git submodule update --init
- install -d build
}
build() {