summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-07-28 06:41:13 +0800
committerSainnhepark2020-07-28 06:41:13 +0800
commit43d37ac98715d82c115945eb6615d41b5d5cd9d1 (patch)
tree130ca3e833acc93efadd9e749471f6107cb9fa94
parentc24be9ad0428aa368c62e417f573ffda1cfb971e (diff)
downloadaur-43d37ac98715d82c115945eb6615d41b5d5cd9d1.tar.gz
change groups
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e834d567e6ef..c94df0dc5cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = vim-coc-lists-git
pkgrel = 1
url = https://github.com/neoclide/coc-lists
arch = any
- groups = vim-coc-extras
+ groups = vim-coc-extras-git
license =
makedepends = git
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 31050bc7aa84..50f6c03f4574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('vim-coc')
makedepends=('git' 'yarn' 'npm')
_packdir="usr/share/vim/vimfiles/pack/coc/start/${_extname}"
license=('')
-groups=('vim-coc-extras')
+groups=('vim-coc-extras-git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_extname}::git+${url}.git")