summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-08-03 18:35:39 +0800
committerSainnhepark2020-08-03 18:35:39 +0800
commit0792036a7546da0b268b3eacef05a49369fe5156 (patch)
treecf04cb7e1a01bf6225332c67723c56323989aba6
parent7657e61f5ee2a91ab44e3994321f0a1f028dd8d4 (diff)
downloadaur-0792036a7546da0b268b3eacef05a49369fe5156.tar.gz
add provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c4df17a2d4..17142b9073f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,8 @@ pkgbase = neovim-coc-extras-meta-git
optdepends = neovim-coc-pairs-git: auto pairs support
optdepends = neovim-coc-explorer-git: file/buffer explorer
optdepends = neovim-coc-git-git: git integration
+ provides = neovim-coc-extras-meta
+ conflicts = neovim-coc-extras-meta
pkgname = neovim-coc-extras-meta-git
diff --git a/PKGBUILD b/PKGBUILD
index 376e17f9f711..a3aec2a9beb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ pkgrel=1
pkgdesc='Meta package to install some basic extensions for coc.nvim'
arch=(any)
url='https://github.com/neoclide/coc.nvim'
+provides=('neovim-coc-extras-meta')
+conflicts=('neovim-coc-extras-meta')
depends=(neovim-coc-highlight-git
neovim-coc-lists-git
neovim-coc-marketplace-git