aboutsummaryrefslogtreecommitdiff
path: root/python/cheroot/cheroot.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/cheroot/cheroot.SlackBuild')
-rw-r--r--python/cheroot/cheroot.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/cheroot/cheroot.SlackBuild b/python/cheroot/cheroot.SlackBuild
index 46bd3a59876c1..ad66823f56296 100644
--- a/python/cheroot/cheroot.SlackBuild
+++ b/python/cheroot/cheroot.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cheroot
-# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2017-2018 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=cheroot
-VERSION=${VERSION:-5.9.2}
+VERSION=${VERSION:-6.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst CHANGES.rst LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGES.rst LICENSE.md PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install