neovim: add explicit python_version
This commit is contained in:
parent
54d580f3eb
commit
2a78987f76
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Template file for 'neovim'.
|
||||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.4.3
|
||||
revision=1
|
||||
|
@ -14,6 +14,7 @@ license="Apache-2.0, custom:Vim"
|
|||
homepage="https://neovim.io"
|
||||
distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
|
||||
checksum=91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2
|
||||
python_version=2 #unverified
|
||||
|
||||
alternatives="
|
||||
vi:vi:/usr/bin/nvim
|
||||
|
|
Loading…
Reference in a new issue