diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-04-16 17:38:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-16 17:38:27 +0700 |
commit | 29643abc7005d9c75dd0ee617c0d4a1386a4fbc1 (patch) | |
tree | fc2fcb865a355c6c49349eb0f00d9919e44fb737 /python/python3-seaborn/python3-seaborn.SlackBuild | |
parent | 46004db35769d9e4c53e3d6ea63c487c8278b553 (diff) |
python/python3-seaborn: Updated for version 0.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-seaborn/python3-seaborn.SlackBuild')
-rw-r--r-- | python/python3-seaborn/python3-seaborn.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index 24db23459a..a3b9c72a27 100644 --- a/python/python3-seaborn/python3-seaborn.SlackBuild +++ b/python/python3-seaborn/python3-seaborn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-seaborn -# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-seaborn -VERSION=${VERSION:-0.10.1} -SRCNAM=seaborn +VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=seaborn + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |