From f9d565b120cf61eb2050f4923b87825a81808b92 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 5 Aug 2022 15:24:44 -0700 Subject: python/debugpy: Update for version 1.6.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/debugpy/debugpy.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/debugpy/debugpy.SlackBuild') diff --git a/python/debugpy/debugpy.SlackBuild b/python/debugpy/debugpy.SlackBuild index cb86886561..88f8026dbb 100644 --- a/python/debugpy/debugpy.SlackBuild +++ b/python/debugpy/debugpy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for debugpy -# Copyright 2021-2022 Isaac Yu +# Copyright 2022 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=debugpy -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - *.md LICENSE doc/ \ + *.md LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3