diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-20 13:24:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-25 09:59:36 +0700 |
commit | df97e9f4b90bafae157dab0433cd05ed40a34e52 (patch) | |
tree | e3178e50b5639eab1bc6be4f23bcfe87635c84dd /development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | |
parent | 9adffd06bd749f7798a6be1ddc338f7beb5dddae (diff) |
development/jupyter-ipywidgets: Updated for version 7.4.0.
Diffstat (limited to 'development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild')
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild index 2cd01112498c6..9f54ebca09c56 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipywidgets PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-7.2.1} +VERSION=${VERSION:-7.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 \ + CONTRIBUTING.md LICENSE README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |