Currently, I have a problem with the neovim-qt
package because of this package. neovim-qt
has the libmsgpackc.so.2
shared library as a dynamic dependency; however, it seems that this library does not get installed along with neovim-nightly-bin
(unlike the stable neovim
package from the community
repo). Please add the msgpack-c
package as a dependency to fix this issue.
Search Criteria
Package Details: neovim-nightly-bin 0.9.0+dev+1115+g446c353a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovim-nightly-bin.git (read-only, click to copy) |
---|---|
Package Base: | neovim-nightly-bin |
Description: | Fork of Vim aiming to improve user experience, plugins, and GUIs (nightly build) |
Upstream URL: | https://neovim.io |
Licenses: | custom:neovim |
Conflicts: | neovim |
Provides: | neovim, vim-plugin-runtime |
Submitter: | quebin31 |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 58 |
Popularity: | 0.046610 |
First Submitted: | 2020-12-27 19:08 (UTC) |
Last Updated: | 2023-03-04 16:00 (UTC) |
Dependencies (6)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python-neovim (python-pynvim-gitAUR, python-pynvim) (optional) – for Python 3 plugin support (see :help provider-python)
- ruby-neovimAUR (optional) – for Ruby plugin support (see :help provider-ruby)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on wayland (see :help clipboard)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for X11 clipboard support (or xsel) (see :help provider-clipboard)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for X11 clipboard support (or xclip) (see :help provider-clipboard)
Required by (430)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 410 more...
Sources (4)
maximaman commented on 2021-05-22 19:28 (UTC)
dchusovitin commented on 2021-05-15 13:00 (UTC)
Yes, package version should be updated every N days. Or at least support dynamic versions (pkgver() + nvim --version)
ouuan commented on 2021-05-03 15:23 (UTC) (edited on 2021-05-03 15:24 (UTC) by ouuan)
I surely know how to update it, but my point is that the maintainer should update the pkgver, so that it can be updated when running paru
instead of requiring a manual update. It can be automatically done by GitHub Actions or something else.
ruanpetterson commented on 2021-05-03 15:18 (UTC)
Try rm ~/.cache/paru/clone/neovim-nightly-bin/ -rf && paru --rebuild --redownload neovim-nightly-bin
. paru and yay cannot update because pkgver
is not updated.
yzia2000 commented on 2021-05-01 15:36 (UTC) (edited on 2021-05-01 15:38 (UTC) by yzia2000)
I can confirm that the updates work with yay and not with paru.
<deleted-account> commented on 2021-05-01 11:36 (UTC)
I'm seeing the same with paru, even if I pass --rebuild
.
ouuan commented on 2021-05-01 05:34 (UTC)
this package does not require to be updated daily, since the upstream binary is from GitHub build with a changeless URL. If you want the lastest version, just rebuild it or run an upgrade with
yay -u neovim-nightly-bin
orparu -u neovim-nightly-bin
But it's not updated when I run paru -Syu
.
ruanpetterson commented on 2021-04-16 09:30 (UTC) (edited on 2021-04-17 09:26 (UTC) by ruanpetterson)
@vanhtuan0409 this package does not require to be updated daily, since the upstream binary is from GitHub build with a changeless URL. If you want the lastest version, just rebuild it or run an upgrade with yay -u neovim-nightly-bin
or paru -u neovim-nightly-bin
.
vanhtuan0409 commented on 2021-04-15 02:50 (UTC) (edited on 2021-04-15 02:50 (UTC) by vanhtuan0409)
Seems like the package stopped receiving updates since last week. Neovim nightly is now at version 1249
ful1e5 commented on 2021-04-02 04:54 (UTC)
Seems like the upstream binary is broken
bsdtar: Damaged tar archive
bsdtar: Retrying...
==> Removing existing $pkgdir/ directory...
==> Starting check()...
/var/tmp/pamac-build-kaiz/neovim-nightly-bin/PKGBUILD: line 24: 24067 Segmentation fault (core dumped) ./bin/nvim --version
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments
quebin31 commented on 2021-10-07 15:37 (UTC)
This PKGBUILD uses the current date to refresh the source url, once it's downloaded the pkgver() function should update the version accordingly.