diff options
author | Galen Abell <galen@galenabell.com> | 2020-01-25 11:44:20 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 02:36:56 +0100 |
commit | b01f5cefb0f63fca34d8fa0ea0699dae934f3e22 (patch) | |
tree | aed3f8a5fc6c7117db6e1840e1ba5795bdc1412d /testing/py3-pynvim/APKBUILD | |
parent | 60869f20dd16001d105e88eaf796d6d7e35103b6 (diff) | |
download | aports-b01f5cefb0f63fca34d8fa0ea0699dae934f3e22.tar.bz2 aports-b01f5cefb0f63fca34d8fa0ea0699dae934f3e22.tar.xz |
testing/py3-pynvim: upgrade to 0.4.1
Diffstat (limited to 'testing/py3-pynvim/APKBUILD')
-rw-r--r-- | testing/py3-pynvim/APKBUILD | 6 |
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" |