python3-neovim: update to 0.4.2
This commit is contained in:
parent
f76751a873
commit
a9e43916fc
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-neovim'
|
||||
pkgname=python3-neovim
|
||||
version=0.4.1
|
||||
revision=2
|
||||
version=0.4.2
|
||||
revision=1
|
||||
wrksrc="pynvim-${version}"
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -9,6 +9,6 @@ depends="neovim python3-greenlet python3-msgpack"
|
|||
short_desc="Python3 client for Neovim"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/neovim/python-client"
|
||||
distfiles="https://github.com/neovim/python-client/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0
|
||||
homepage="https://github.com/neovim/pynvim"
|
||||
distfiles="https://github.com/neovim/pynvim/archive/${version}.tar.gz"
|
||||
checksum=513b56741b1140e394536e6c29bae112a35b7c3602b71ba34acf2319570e26e7
|
||||
|
|
Loading…
Reference in a new issue