Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
neovim
Commits:
166f938c by Daniel M. Capella at 2024-03-26T10:01:13-04:00
upgpkg: 0.9.5-4: tree-sitter-query now in the repos
- - - - -
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.9.5
- pkgrel = 3
+ pkgrel = 4
url = https://neovim.io
arch = x86_64
license = custom:neovim
@@ -23,6 +23,7 @@ pkgbase = neovim
depends = tree-sitter-lua
depends = tree-sitter-markdown
depends = tree-sitter-python
+ depends = tree-sitter-query
depends = tree-sitter-vimdoc
depends = unibilium
optdepends = python-pynvim: for Python plugin support (see :help python)
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=neovim
pkgver=0.9.5
-pkgrel=3
+pkgrel=4
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
@@ -23,7 +23,7 @@ depends=(
'tree-sitter-lua'
'tree-sitter-markdown'
'tree-sitter-python'
- #'tree-sitter-query'
+ 'tree-sitter-query'
'tree-sitter-vimdoc'
'unibilium'
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/166f938cb133bb6c9e07d49095c899761077f2f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/166f938cb133bb6c9e07d49095c899761077f2f2
You're receiving this email because of your account on gitlab.archlinux.org.