diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-04-27 01:24:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-27 01:24:46 +0700 |
commit | 5fb5f464138c4c9277fec995f55b9615caf2f4c6 (patch) | |
tree | 6d301ec6dd8cd138b24ba94a5e44ce640f0a0615 /python/python-faulthandler/python-faulthandler.SlackBuild | |
parent | 8bdb88a19ace1565ec751fc4b40840786565f61a (diff) |
python/python-faulthandler: Updated for version 3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 35983dd71dac..c48398efa299 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 |