diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-13 12:43:05 -0700 |
---|---|---|
committer | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-13 12:43:05 -0700 |
commit | 24a1a24ad5a660ed91a34961a9c97d870c403180 (patch) | |
tree | 24012895c4bfe972ebde0cea49371675e86feca8 /development | |
parent | 60b9d97fb32fb24a9ad4e24fdfb13e94a815b34b (diff) | |
download | slackbuilds-24a1a24ad5a660ed91a34961a9c97d870c403180.tar.gz |
development/jupyter-qtconsole: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 6 | ||||
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 2ab8e854f2..e4e5193782 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 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=qtconsole PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.3.1} +VERSION=${VERSION:-4.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING.md README.md \ + LICENSE README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index 5bfd498ba8..f605bacef9 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-qtconsole" -VERSION="4.3.1" +VERSION="4.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.3.1/qtconsole-4.3.1.tar.gz" -MD5SUM="45f15be486ea24522ac97f39a0cbcedc" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.0/qtconsole-4.4.0.tar.gz" +MD5SUM="cec2200c8c6edba2ecfaae3ec3edad91" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel" |