neovim-remote: update to 2.0.8.
This commit is contained in:
parent
522922fc22
commit
a9bbd067ae
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'neovim-remote'
|
||||
pkgname=neovim-remote
|
||||
version=2.0.4
|
||||
version=2.0.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="nvr"
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,8 +13,7 @@ maintainer="dleeram <dleeram@protonmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/mhinz/neovim-remote"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=6c97c501cb21fc96b2881e80c7e2754d300098736c712e3ebb53147c2e10c05e
|
||||
noarch=yes
|
||||
checksum=cd1faf8e0ce6e2b65f7d70b4d27177843497917273187e4f1e3685a602b04638
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in New Issue