diff options
Diffstat (limited to 'python/python3-neovim/python3-neovim.SlackBuild')
-rw-r--r-- | python/python3-neovim/python3-neovim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-neovim/python3-neovim.SlackBuild b/python/python3-neovim/python3-neovim.SlackBuild index a1cc8dc7c8..5395ad1cc1 100644 --- a/python/python3-neovim/python3-neovim.SlackBuild +++ b/python/python3-neovim/python3-neovim.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-neovim # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia +# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-neovim SRCNAM=pynvim -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |