summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-08-18 02:08:17 -0500
committerLuis Martinez2021-08-18 02:08:17 -0500
commit47ccbcf0784db89efde98502d19b25a4893fbe2d (patch)
tree320e97dac4777d729b315534c2dc824a6fcab3e9
parent2c00d2b50df6d42a2a3cbdb2fe6a3b8174a8a17e (diff)
downloadaur-neovim-nebulous-git.tar.gz
added optdepends and provides
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a61ba2bb707..b52cdc48603b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-nebulous-git
pkgdesc = Minimalist collection of colorschemes
pkgver = r38.b15c938
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yagua/nebulous.nvim
install = nebulous.install
arch = any
@@ -9,9 +9,12 @@ pkgbase = neovim-nebulous-git
license = MIT
makedepends = git
depends = neovim>=0.5
- optdepends = tree-sitter
+ optdepends = neovim-tree-sitter: improved highlighting
+ optdepends = neovim-lualine: built-in support
provides = neovim-nebulous
+ provides = lualine-nebulous
conflicts = neovim-nebulous
+ conflicts = lualine-nebulous
source = neovim-nebulous-git::git+https://github.com/yagua/nebulous.nvim
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7248f5762598..8098d8e8e032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
pkgname=neovim-nebulous-git
pkgver=r38.b15c938
-pkgrel=1
+pkgrel=2
pkgdesc="Minimalist collection of colorschemes"
arch=('any')
url="https://github.com/yagua/nebulous.nvim"
license=('MIT')
groups=('neovim-plugins')
depends=('neovim>=0.5')
-optdepends=('tree-sitter')
+optdepends=('neovim-tree-sitter: improved highlighting'
+ 'neovim-lualine: built-in support')
makedepends=('git')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}" 'lualine-nebulous')
+conflicts=("${pkgname%-git}" 'lualine-nebulous')
install=nebulous.install
source=("$pkgname::git+$url")
md5sums=('SKIP')