aboutsummaryrefslogtreecommitdiff
path: root/development/numpy3/numpy3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/numpy3/numpy3.SlackBuild')
-rw-r--r--development/numpy3/numpy3.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/numpy3/numpy3.SlackBuild b/development/numpy3/numpy3.SlackBuild
index e8fb0b3cda..df4c043302 100644
--- a/development/numpy3/numpy3.SlackBuild
+++ b/development/numpy3/numpy3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for numpy3
-# Copyright 2015-2021 Christoph Willing Brisbane, Australia
+# Copyright 2015-2022 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=numpy3
SRCNAM=numpy
-VERSION=${VERSION:-1.21.2}
+VERSION=${VERSION:-1.22.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -58,9 +58,6 @@ else
LIBDIRSUFFIX=""
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