summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e804695a87d1..ec184be54496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cquery
pkgver=v20180302
__pkgver=${pkgver:1}
-pkgrel=1
+pkgrel=3
pkgdesc='Low-latency vscode language server for large C++ code-bases, powered by libclang.'
arch=('x86_64')
url='https://github.com/cquery-project/cquery/'
@@ -32,7 +32,6 @@ prepare() {
cp -r $srcdir/sparsepp third_party
cp -r $srcdir/loguru third_party
cp -r $srcdir/msgpack-c third_party
- sed -e "s/, '-Werror'//g" -i ./wscript
}
build() {