diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-05 19:34:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-08 09:05:46 +0700 |
commit | b18986e4a44781d2446dd79c18af02f1d994eee0 (patch) | |
tree | 1e27a8da78a2c0e51755f2ab970a114850c1cece /python/python3-seaborn/python3-seaborn.SlackBuild | |
parent | 06ee7b1e1549c69aabcce6a776d3a18b5d849e9e (diff) |
python/python3-seaborn: Update for 0.13.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, 2 insertions, 5 deletions
diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index 8560e1a573..ae0b1fc916 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-2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-seaborn -VERSION=${VERSION:-0.12.2} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |