I can confirm that the updates work with yay and not with paru.
Search Criteria
Package Details: neovim-nightly-bin 0.12.0+dev+79+gd9405c7935-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 |
Keywords: | editor neovim nvim terminal vim |
Licenses: | custom:neovim |
Conflicts: | neovim |
Provides: | neovim, vim-plugin-runtime |
Submitter: | quebin31 |
Maintainer: | boydaihungst |
Last Packager: | boydaihungst |
Votes: | 60 |
Popularity: | 1.40 |
First Submitted: | 2020-12-27 19:08 (UTC) |
Last Updated: | 2025-04-05 02:52 (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 (452)
- autoricer-bin (requires neovim) (optional)
- candyvim-git (requires neovim)
- cmp-buffer (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)
- grg-git (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- neoray-git (requires neovim)
- neovide-git (requires neovim)
- Show 432 more...
Sources (4)
yzia2000 commented on 2021-05-01 15:36 (UTC) (edited on 2021-05-01 15:38 (UTC) by yzia2000)
<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...
bjeanes commented on 2021-01-10 23:53 (UTC)
It seems that the repo removed the nightly
release and so this fails to install now.
==> Making package: neovim-nightly-bin 0.5.0+dev+1013+gb535575ac-1 (Mon 11 Jan 2021 10:37:19)
==> Retrieving sources...
-> Downloading neovim-0.5.0+dev+1013+gb535575ac.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
Aborting...
error: failed to download sources for 'neovim-nightly-bin-0.5.0+dev+1013+gb535575ac-1':
https://github.com/neovim/neovim/releases shows no GH releases night to the nightly
tag (at time of writing)
This is an upstream problem, but I am documenting it here in case anybody runs into issue.
It looks like this PR is aiming to fix the error: https://github.com/neovim/neovim/pull/13733
quebin31 commented on 2021-01-02 01:36 (UTC)
@samhh I'm not building the binary, I'm just updating the PKGBUILD version every time there's a new pre-built release on the neovim
repository, this problem could be addressed if I would build the binary but I'm not willing to do that every day.
<deleted-account> commented on 2021-01-01 22:30 (UTC)
Performance felt a little slower than on 0.4.x, and I noticed that nvim --version
outputs RelWithDebInfo
as opposed to Release
. Is that something we could address?
quebin31 commented on 2020-12-30 11:48 (UTC)
@coxackie yes, I'm seeking to update neovim-nightly
so it builts by source code.
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.