summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2021-02-19 13:45:12 +0800
committerSainnhepark2021-02-19 13:45:12 +0800
commit6deb0c3340610ad6434eabcc0a69d8d56e89b3e9 (patch)
tree71db5e79571c558888655e3174a4f9de756d3cc7
parent33b6a146ccf741667b76fad35cdce1263eda22b9 (diff)
downloadaur-6deb0c3340610ad6434eabcc0a69d8d56e89b3e9.tar.gz
remove groups
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a44a5c3f5c72..a8865746f9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = neovim-coc-marketplace-git
url = https://github.com/fannheyward/coc-marketplace
install = neovim-coc-marketplace-git.install
arch = any
- groups = neovim-coc-extras-git
license = MIT
makedepends = git
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 08e03162443c..0682929317a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ depends=('neovim-coc')
makedepends=('git' 'yarn' 'npm')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
-groups=('neovim-coc-extras-git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install="${pkgname}.install"