summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song2019-01-11 17:05:10 +0000
committerFangrui Song2019-01-11 17:15:05 +0000
commitbc8bd78239d4a6f37c6cc66b2fc24157901e8d01 (patch)
treef66326b960dd3d1d14a59b25b7c61b8f66a30478
parente5ce409500fa8732c39398204c637fc09fb292e5 (diff)
downloadaur-bc8bd78239d4a6f37c6cc66b2fc24157901e8d01.tar.gz
Bump to 0.20181225.5
-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')