summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-08-18 02:08:17 -0500
committerLuis Martinez2021-08-18 02:08:17 -0500
commit47ccbcf0784db89efde98502d19b25a4893fbe2d (patch)
tree320e97dac4777d729b315534c2dc824a6fcab3e9 /PKGBUILD
parent2c00d2b50df6d42a2a3cbdb2fe6a3b8174a8a17e (diff)
downloadaur-neovim-nebulous-git.tar.gz
added optdepends and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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')