Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-1

Git Clone URL: https://aur.archlinux.org/neovim-git.git (read-only, click to copy)
Package Base: neovim-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs
Upstream URL: https://neovim.io
Keywords: editor
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: fhahn
Maintainer: Farzat (gpanders)
Last Packager: gpanders
Votes: 259
Popularity: 1.72
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Required by (446)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 Next › Last »

z33ky commented on 2014-06-24 08:57 (UTC)

I managed to build it without bundled dependencies by using this patch: https://github.com/jszakmeister/neovim/commit/cb1f7d3 You also need to set the environment variable USE_BUNDLED_DEPS=OFF. The bug is reported upstream, but it seems to be a low priority: https://github.com/neovim/neovim/issues/838 A lua-cmsgpack package is currently missing from the Arch repos though.

fhahn commented on 2014-05-18 16:17 (UTC)

The wiki page about PKGBUILDs [1] seems very clear about this: "Members of "base-devel" should not be included in makedepends arrays." [1] https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

aignas commented on 2014-05-17 22:14 (UTC)

libtool is needed for building, but it is absent for makedepends. I remember that in wiki it is written to install base-devel group before building AUR packages, but I think that if this needs libtool for building, it should be there in makedepends.

fhahn commented on 2014-04-30 11:03 (UTC)

@lilydjwg: I don't think this is possible with the current neovim build system. The current build script does not support using system dependencies, but fetches and builds them separately (https://github.com/neovim/neovim/tree/master/third-party). I guess this approach is easier at the moment, because they rely on fairly recent version which is a problem for some distributions. That said, I guess a patch for upstream should be doable for anybody with good CMAKE knowledge.

lilydjwg commented on 2014-04-30 03:20 (UTC)

I see it tries to download libuv and luajit sources when building. Is it possible to depend on the packages already installed instead of duplicating them?

petelewis commented on 2014-04-27 19:04 (UTC)

Excellent - working for me now. Thanks!

fhahn commented on 2014-04-27 18:13 (UTC)

Thanks @nNa, I've added unzip to the makedeps and removed luajit and luarocks.

KarboniteKream commented on 2014-04-27 15:55 (UTC)

Could you install 'unzip' and then try again? The solution can be found here. https://github.com/neovim/neovim/wiki/Installing#lua-packages

fhahn commented on 2014-04-27 15:37 (UTC)

I have the same problem without luarocks, but I'm not why, it does not seem to be related to luarocks.