From 4076ff978e6909bb8ddfb9f7c9e995a02dbb7de8 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 31 Oct 2025 11:23:55 +0700 Subject: libraries/wxPython4: Updated for version 4.2.4. Signed-off-by: Willy Sudiarto Raharjo --- libraries/wxPython4/wxPython4.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries/wxPython4/wxPython4.SlackBuild') diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index 726da30e3e..b73534842f 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxPython4 -SRCNAM=wxPython -VERSION=${VERSION:-4.2.3} +SRCNAM=wxpython +VERSION=${VERSION:-4.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -55,9 +55,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf wxPython-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +cd wxPython-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3