diff options
Diffstat (limited to 'python/pyside2/pyside2.SlackBuild')
-rw-r--r-- | python/pyside2/pyside2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pyside2/pyside2.SlackBuild b/python/pyside2/pyside2.SlackBuild index cc64594fd7dd6..b1991bd9cf67d 100644 --- a/python/pyside2/pyside2.SlackBuild +++ b/python/pyside2/pyside2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyside2 -# Copyright 2021-2022 Christoph Willing Brisbane, Australia +# Copyright 2021-2023 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.1} +VERSION=${VERSION:-5.15.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,8 +71,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-${VERSION%.*} -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-${VERSION%.*}/sources/$PRGNAM +tar xvf $CWD/$SRCNAM-$VERSION.tar.xz +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 \ |