From 0fc921b4905cda8d44ff9b592861653eceb6e521 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 15 Jan 2023 19:22:59 +0900 Subject: python/python3-debugpy: Fix github tarball handling. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-debugpy/python3-debugpy.SlackBuild | 2 +- python/python3-debugpy/python3-debugpy.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'python/python3-debugpy') diff --git a/python/python3-debugpy/python3-debugpy.SlackBuild b/python/python3-debugpy/python3-debugpy.SlackBuild index c3236b6a2d..fc2be04376 100644 --- a/python/python3-debugpy/python3-debugpy.SlackBuild +++ b/python/python3-debugpy/python3-debugpy.SlackBuild @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/python3-debugpy/python3-debugpy.info b/python/python3-debugpy/python3-debugpy.info index f3503e5d7b..cb756d300c 100644 --- a/python/python3-debugpy/python3-debugpy.info +++ b/python/python3-debugpy/python3-debugpy.info @@ -1,7 +1,7 @@ PRGNAM="python3-debugpy" VERSION="1.6.5" HOMEPAGE="https://github.com/microsoft/debugpy/" -DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.5/python3-debugpy-1.6.5.tar.gz" +DOWNLOAD="https://github.com/microsoft/debugpy/archive/v1.6.5/debugpy-1.6.5.tar.gz" MD5SUM="44b8cac6d5104b148b0322c224afc497" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3