diff options
Diffstat (limited to 'development/QtPy/QtPy.SlackBuild')
-rw-r--r-- | development/QtPy/QtPy.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild index 7f796858b2..8bf906100c 100644 --- a/development/QtPy/QtPy.SlackBuild +++ b/development/QtPy/QtPy.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 nomnombtc <nomnombtc@arcor.de> +# Copyright 2023-2024 nomnombtc <nomnombtc@arcor.de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,11 +27,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=QtPy -VERSION=${VERSION:-2.4.1} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=qtpy + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -71,9 +73,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |