diff options
Diffstat (limited to 'python/python3-debugpy')
-rw-r--r-- | python/python3-debugpy/python3-debugpy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-debugpy/python3-debugpy.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-debugpy/python3-debugpy.SlackBuild b/python/python3-debugpy/python3-debugpy.SlackBuild index c3236b6a2d499..fc2be04376886 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 f3503e5d7b597..cb756d300cb2c 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="" |