development/pyvim: Updated for version 2.0.22.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3ee263be13
commit
094f1be952
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pyvim
|
# Slackware build script for pyvim
|
||||||
|
|
||||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pyvim
|
PRGNAM=pyvim
|
||||||
VERSION=${VERSION:-0.0.21}
|
VERSION=${VERSION:-2.0.22}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pyvim"
|
PRGNAM="pyvim"
|
||||||
VERSION="0.0.21"
|
VERSION="2.0.22"
|
||||||
HOMEPAGE="https://github.com/jonathanslenders/pyvim"
|
HOMEPAGE="https://github.com/jonathanslenders/pyvim"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/d0/27/5b566e1ea31be7a2a36c531fdc4c5f65ff89913b056365dae53cb1434753/pyvim-0.0.21.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/96/3f/2fc173e4fec288adc9cd1dd52de15ca2a9947a941ee98d0ea3c678f89cd9/pyvim-2.0.22.tar.gz"
|
||||||
MD5SUM="e4c5115ea79aeaa0522e1b3816a1892c"
|
MD5SUM="04f3806c8523fdcde155d0e3910fc5cf"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="prompt_toolkit pyflakes Pygments docopt"
|
REQUIRES="prompt_toolkit pyflakes Pygments docopt"
|
||||||
|
|
Loading…
Reference in New Issue