diff options
Diffstat (limited to 'python/pyside2/pyside2.SlackBuild')
-rw-r--r-- | python/pyside2/pyside2.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/pyside2/pyside2.SlackBuild b/python/pyside2/pyside2.SlackBuild index 2ce2514ab1c85..cc64594fd7dd6 100644 --- a/python/pyside2/pyside2.SlackBuild +++ b/python/pyside2/pyside2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyside2 -# Copyright 2021 Christoph Willing Brisbane, Australia +# Copyright 2021-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyside2 SRCNAM=pyside-setup-opensource-src -VERSION=${VERSION:-5.15.2} +VERSION=${VERSION:-5.15.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,9 +70,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.xz -cd $SRCNAM-$VERSION/sources/$PRGNAM +rm -rf $SRCNAM-${VERSION%.*} +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-${VERSION%.*}/sources/$PRGNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |