Package Details: neovim-nightly-bin 0.11.0+dev+1860+g877f3b7288-1

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: 2.52
First Submitted: 2020-12-27 19:08 (UTC)
Last Updated: 2025-02-27 18:12 (UTC)

Dependencies (6)

Required by (450)

Sources (4)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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 or paru -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.