diff options
author | lilac | 2018-03-02 17:18:31 +0800 |
---|---|---|
committer | lilac | 2018-03-02 17:18:31 +0800 |
commit | c2dbcdbef50c4c6c631f4f92eb454d0b3e7651b3 (patch) | |
tree | 3a9ebdcb8c00a97ab1a61536a062c183aa37a6c3 | |
parent | 61bfa2b569676d122961a5341e6a641e13c864ab (diff) | |
download | aur-c2dbcdbef50c4c6c631f4f92eb454d0b3e7651b3.tar.gz |
update by lilac
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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' |