summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
index d9f483bd96..8db798c478 100644
--- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
+++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
@@ -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=ipywidgets
-PRGNAM=jupyter-$SRCNAM
+PRGNAM=jupyter-ipywidgets
VERSION=${VERSION:-7.5.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+SRCNAM=ipywidgets
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;