diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2019-11-16 20:33:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 20:33:24 +0700 |
commit | 55e43c3aadc27542ff7e576c722c6257ab57945b (patch) | |
tree | 79d42dfd6faf297c0b88d1efa78f2d01d3b834a6 /python/python-serpent/python-serpent.SlackBuild | |
parent | 85ebba7ed45d8ef1112968832fce97a730f49532 (diff) |
python/python-serpent: Updated for version 1.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-serpent/python-serpent.SlackBuild')
-rw-r--r-- | python/python-serpent/python-serpent.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-serpent/python-serpent.SlackBuild b/python/python-serpent/python-serpent.SlackBuild index ec879059a425..5fda25868126 100644 --- a/python/python-serpent/python-serpent.SlackBuild +++ b/python/python-serpent/python-serpent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-serpent -# Copyright 2013-2018 Thibaut Notteboom, Paris, FRANCE +# Copyright 2013-2019 Thibaut Notteboom, Paris, FRANCE # 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=python-serpent -VERSION=${VERSION:-1.27} +VERSION=${VERSION:-1.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |