Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
neovim
Commits:
a7cacea4 by Daniel M. Capella at 2024-08-07T17:31:34-04:00
upgpkg: 0.10.1-3: Add tree-sitter-vim dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = neovim
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and
GUIs
pkgver = 0.10.1
- pkgrel = 2
+ pkgrel = 3
url = https://neovim.io
arch = x86_64
license = Apache-2.0
@@ -24,6 +24,7 @@ pkgbase = neovim
depends = tree-sitter-lua
depends = tree-sitter-markdown
depends = tree-sitter-query
+ depends = tree-sitter-vim
depends = tree-sitter-vimdoc
depends = unibilium
optdepends = python-pynvim: for Python plugin support (see :help python)
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=neovim
pkgver=0.10.1
-pkgrel=2
+pkgrel=3
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=(x86_64)
url=https://neovim.io
@@ -27,6 +27,7 @@ depends=(
tree-sitter-lua
tree-sitter-markdown
tree-sitter-query
+ tree-sitter-vim
tree-sitter-vimdoc
unibilium
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/a7cacea4946e5b4c2b79755aaa6f58dca8d74779
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/a7cacea4946e5b4c2b79755aaa6f58dca8d74779
You're receiving this email because of your account on gitlab.archlinux.org.