testing/py3-pynvim: upgrade to 0.4.1

This commit is contained in:
Galen Abell 2020-01-25 11:44:20 -05:00 committed by Leo
parent 60869f20dd
commit b01f5cefb0

View File

@ -2,8 +2,8 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname="py3-pynvim"
_pyname="pynvim"
pkgver="0.4.0"
pkgrel=1
pkgver="0.4.1"
pkgrel=0
pkgdesc="python client and plugin host for Nvim"
options="!check" # Tests fail on the builders
url="https://github.com/neovim/pynvim"
@ -26,4 +26,4 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a pynvim-0.4.0.tar.gz"
sha512sums="78cb343ad02603a0d1c8f56079b46a9d341d8808a19112e758e5299994fe12a433cd61a4dbbaf0d5ffe00c676bcff844a53e910093efb862ad48cc4b4326f7de pynvim-0.4.1.tar.gz"