diff options
Diffstat (limited to 'python/python-faulthandler/python-faulthandler.SlackBuild')
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 35983dd71d..c48398efa2 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for python-faulthandler. # -# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2017-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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-faulthandler -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -SRCNAM="faulthandler" +SRCNAM=${SRCNAM:-faulthandler} set -e |