summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f140ba2c4cda..7dcf13948b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 09:18:45 UTC 2018
+# Fri Mar 2 09:18:31 UTC 2018
pkgbase = cquery
pkgdesc = Low-latency vscode language server for large C++ code-bases, powered by libclang.
- pkgver = v20180215
- pkgrel = 2
+ pkgver = v20180302
+ pkgrel = 1
url = https://github.com/cquery-project/cquery/
arch = x86_64
license = MIT
@@ -12,13 +12,13 @@ pkgbase = cquery
makedepends = llvm
depends = clang
conflicts = cquery-git
- source = https://github.com/cquery-project/cquery/archive/v20180215.tar.gz
+ source = https://github.com/cquery-project/cquery/archive/v20180302.tar.gz
source = git+https://github.com/miloyip/rapidjson
source = git+https://github.com/onqtam/doctest
source = git+https://github.com/greg7mdp/sparsepp
source = git+https://github.com/emilk/loguru
source = git+https://github.com/msgpack/msgpack-c
- sha256sums = 1651672e2e5f9707778ab2b9a0b719596c7cb8bf77f374994abc23baa532148d
+ sha256sums = 273b317f6ad13f29db1e5e14ff7103e8946e6208ab246166ce1afc6f3381d65e
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c8f1be1cc58..e804695a87d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
pkgname=cquery
-pkgver=v20180215
+pkgver=v20180302
__pkgver=${pkgver:1}
-pkgrel=2
+pkgrel=1
pkgdesc='Low-latency vscode language server for large C++ code-bases, powered by libclang.'
arch=('x86_64')
url='https://github.com/cquery-project/cquery/'
@@ -18,7 +18,7 @@ source=("https://github.com/cquery-project/$pkgname/archive/$pkgver.tar.gz"
'git+https://github.com/emilk/loguru'
'git+https://github.com/msgpack/msgpack-c'
)
-sha256sums=('1651672e2e5f9707778ab2b9a0b719596c7cb8bf77f374994abc23baa532148d'
+sha256sums=('273b317f6ad13f29db1e5e14ff7103e8946e6208ab246166ce1afc6f3381d65e'
'SKIP'
'SKIP'
'SKIP'