summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a782582baaf1..c41a041a5d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cmake-language-server-git
pkgver=v0.1.1.r3.g40d9352
-pkgrel=1
+pkgrel=2
pkgdesc="Python based cmake language server"
arch=('any')
url="https://github.com/regen100/cmake-language-server"
@@ -12,7 +12,7 @@ depends=("python-pygls" "python-pyparsing" "cmake")
makedepends=("python-setuptools" "python-poetry" "git")
optdepends=()
provides=(${pkgname%-git})
-conflicts=(${pkgname%-git})
+conflicts=(${pkgname%-git} "cmake-format")
replaces=()
backup=()
options=()