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/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | |
parent | 60b9d97fb32fb24a9ad4e24fdfb13e94a815b34b (diff) |
development/jupyter-qtconsole: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 2ab8e854f2a73..e4e5193782670 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 |