neovim-remote: update to 2.1.9.
This commit is contained in:
parent
1844c7f5d1
commit
ebba9b2978
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'neovim-remote'
|
# Template file for 'neovim-remote'
|
||||||
pkgname=neovim-remote
|
pkgname=neovim-remote
|
||||||
version=2.1.7
|
version=2.1.9
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Control nvim processes using 'nvr' commandline tool"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="dleeram <dleeram@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mhinz/neovim-remote"
|
homepage="https://github.com/mhinz/neovim-remote"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
|
||||||
checksum=f709237a84a42e494533d155da02551709056643bf0ca92ea0208f4e2ea7d272
|
checksum=25d9fe4f4c90a9b68d507d1c9f81411e00342c95517d19051c5dba3a42b703aa
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
|
Loading…
Reference in a new issue