summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b3647e04e3..98cd8414f08f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cquery
pkgdesc = cquery is a highly-scalable, low-latency language server for C/C++/Objective-C.
pkgver = v20180718
- pkgrel = 4
+ pkgrel = 6
url = https://github.com/cquery-project/cquery/
arch = x86_64
license = MIT
@@ -10,12 +10,12 @@ pkgbase = cquery
depends = clang>=6.0.0
conflicts = cquery-git
source = https://github.com/cquery-project/cquery/archive/v20180718.tar.gz
- source = git+https://github.com/miloyip/rapidjson?commit=daabb88
- source = git+https://github.com/onqtam/doctest?commit=b40b7e7
- source = git+https://github.com/greg7mdp/sparsepp?commit=1ca7189
- source = git+https://github.com/emilk/loguru?commit=6bf94c5
- source = git+https://github.com/msgpack/msgpack-c?commit=208595b
- source = git+https://github.com/zeux/pugixml?commit=24a7064
+ source = git+https://github.com/miloyip/rapidjson#commit=daabb88
+ source = git+https://github.com/onqtam/doctest#commit=b40b7e7
+ source = git+https://github.com/greg7mdp/sparsepp#commit=1ca7189
+ source = git+https://github.com/emilk/loguru#commit=6bf94c5
+ source = git+https://github.com/msgpack/msgpack-c#commit=208595b
+ source = git+https://github.com/zeux/pugixml#commit=24a7064
sha256sums = 72361e5e6f7a4a6b5ae27d555354efb4b012d20798b50ddd19cfd81bdf56cc1c
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b7611a603c38..a17aa734677a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cquery
pkgver=v20180718
__pkgver=${pkgver:1}
-pkgrel=4
+pkgrel=6
pkgdesc='cquery is a highly-scalable, low-latency language server for C/C++/Objective-C.'
arch=('x86_64')
url='https://github.com/cquery-project/cquery/'
@@ -12,12 +12,12 @@ depends=('clang>=6.0.0')
makedepends=('git' 'cmake>=3.1')
conflicts=('cquery-git')
source=("https://github.com/cquery-project/$pkgname/archive/$pkgver.tar.gz"
- 'git+https://github.com/miloyip/rapidjson?commit=daabb88'
- 'git+https://github.com/onqtam/doctest?commit=b40b7e7'
- 'git+https://github.com/greg7mdp/sparsepp?commit=1ca7189'
- 'git+https://github.com/emilk/loguru?commit=6bf94c5'
- 'git+https://github.com/msgpack/msgpack-c?commit=208595b'
- 'git+https://github.com/zeux/pugixml?commit=24a7064'
+ 'git+https://github.com/miloyip/rapidjson#commit=daabb88'
+ 'git+https://github.com/onqtam/doctest#commit=b40b7e7'
+ 'git+https://github.com/greg7mdp/sparsepp#commit=1ca7189'
+ 'git+https://github.com/emilk/loguru#commit=6bf94c5'
+ 'git+https://github.com/msgpack/msgpack-c#commit=208595b'
+ 'git+https://github.com/zeux/pugixml#commit=24a7064'
)
sha256sums=('72361e5e6f7a4a6b5ae27d555354efb4b012d20798b50ddd19cfd81bdf56cc1c'
'SKIP'