diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-15 19:22:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:55 +0700 |
commit | 0fc921b4905cda8d44ff9b592861653eceb6e521 (patch) | |
tree | 10dc9dfbec72367ef2015f089b1556ff1cc4b14e /python/python3-debugpy | |
parent | 97bc23377ce63e8582e636d8b16d2733a3a346e8 (diff) |
python/python3-debugpy: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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="" |