diff options
Diffstat (limited to 'python/tox/tox.SlackBuild')
-rw-r--r-- | python/tox/tox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tox/tox.SlackBuild b/python/tox/tox.SlackBuild index 8312944263..08e88eb300 100644 --- a/python/tox/tox.SlackBuild +++ b/python/tox/tox.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tox -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-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=tox -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.rst LICENSE ISSUES.txt PKG-INFO CHANGELOG doc/*.txt \ +cp -a README.rst LICENSE PKG-INFO CHANGELOG doc/*.txt \ doc/example/*.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |