summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c22e2deb661..2da10b7215bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccls
pkgdesc = C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
- pkgver = 0.20181225.4
+ pkgver = 0.20181225.5
pkgrel = 1
url = https://github.com/MaskRay/ccls
arch = any
@@ -11,7 +11,7 @@ pkgbase = ccls
depends = clang
depends = llvm
conflicts = ccls-git
- source = https://github.com/MaskRay/ccls/archive/0.20181225.4.tar.gz
+ source = https://github.com/MaskRay/ccls/archive/0.20181225.5.tar.gz
source = git+https://github.com/Tencent/rapidjson
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b7cecbfb552..3d885d3a6618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fangrui Song <i at maskray.me>
pkgname=ccls
-pkgver=0.20181225.4
+pkgver=0.20181225.5
pkgrel=1
pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting'
arch=('any')