mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pyvim: Updated for version 0.0.21.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cb937d0b22
commit
c4e2944a9d
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyvim
|
||||
|
||||
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyvim
|
||||
VERSION=${VERSION:-0.0.20}
|
||||
VERSION=${VERSION:-0.0.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pyvim"
|
||||
VERSION="0.0.20"
|
||||
VERSION="0.0.21"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/pyvim"
|
||||
DOWNLOAD="https://pypi.python.org/packages/0b/c9/1e70beb5d2bb7b9fd68f0218164090b6e2601c6edaef117dc9d05a185d5f/pyvim-0.0.20.tar.gz"
|
||||
MD5SUM="8687b87cee469778daffb67f2f8ce04d"
|
||||
DOWNLOAD="https://pypi.python.org/packages/d0/27/5b566e1ea31be7a2a36c531fdc4c5f65ff89913b056365dae53cb1434753/pyvim-0.0.21.tar.gz"
|
||||
MD5SUM="e4c5115ea79aeaa0522e1b3816a1892c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ptpython pyflakes"
|
||||
REQUIRES="prompt_toolkit pyflakes Pygments docopt"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue