neovim-remote: update to 2.1.1.

This commit is contained in:
maxice8 2018-11-17 17:03:33 -02:00 committed by maxice8
parent 1f4eca0ae2
commit cf406c5917
1 changed files with 3 additions and 3 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'neovim-remote'
pkgname=neovim-remote
version=2.1.0
version=2.1.1
revision=1
noarch=yes
build_style=python3-module
pycompile_module="nvr"
hostmakedepends="python3-setuptools"
checkdepends="python3-neovim python3-psutil python3-pytest"
depends="python3-neovim python3-psutil"
checkdepends="python3-neovim python3-psutil python3-pytest"
short_desc="Control nvim processes using 'nvr' commandline tool"
maintainer="dleeram <dleeram@protonmail.com>"
license="MIT"
homepage="https://github.com/mhinz/neovim-remote"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=27d946a07df4aec02c10be71ce3b3ace7bfd52f0456afce44a537ad6e10a881d
checksum=fb7a6791d71e451b6b5bcacecd984f890e11cecbd890f40d03934e35a1f4d492
do_check() {
python3 -m pytest