aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-pynvim/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD
index 70c93c015b..07c9a09405 100644
--- a/testing/py3-pynvim/APKBUILD
+++ b/testing/py3-pynvim/APKBUILD
@@ -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"