summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-14 01:29:43 -0500
committerLuis Martinez2021-10-14 01:29:43 -0500
commitcecf980197da58e76626d94a36accc912f91ba95 (patch)
tree32c0146343d4fd39da65b135f3f4b09d00a22078
parent2220cd59b8787f24df672e76d5c1d29e9bbc24f8 (diff)
downloadaur-cecf980197da58e76626d94a36accc912f91ba95.tar.gz
remove extra group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7ee66e87b4d..6b7cfc756f6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = neovim-cmp-git
install = cmp.install
arch = any
groups = neovim-plugins
- groups = neovim-cmp
license = MIT
makedepends = git
depends = neovim>=0.5.0
diff --git a/PKGBUILD b/PKGBUILD
index b9b450c90323..5f8d69cba576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Autocompletion plugin for Neovim"
arch=('any')
url="https://github.com/hrsh7th/nvim-cmp"
license=('MIT')
-groups=('neovim-plugins' 'neovim-cmp')
+groups=('neovim-plugins')
depends=('neovim>=0.5.0')
optdepends=(
'neovim-cmp-nvim-lsp: source for Neovim builtin LSP client'