summaryrefslogtreecommitdiffstats
path: root/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild')
-rw-r--r--development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
index 2cc5e40a0d..c5a06b24a0 100644
--- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
+++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter-qtconsole
-# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,12 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=qtconsole
-PRGNAM=jupyter-$SRCNAM
-VERSION=${VERSION:-4.4.4}
-BUILD=${BUILD:-2}
+PRGNAM=jupyter-qtconsole
+VERSION=${VERSION:-5.0.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=qtconsole
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;