diff options
Diffstat (limited to 'development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild')
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild index 175b83adeb..d7ede150b8 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipyleaflet PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-0.2.1} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION-py27_1.tar.bz2 || tar xvf $CWD/linux-64_$SRCNAM-$VERSION-py27_1.tar.bz2 +tar xvf $CWD/$SRCNAM-$VERSION-py27_0.tar.bz2 || tar xvf $CWD/linux-64_$SRCNAM-$VERSION-py27_0.tar.bz2 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |