diff options
| author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-10-31 11:23:55 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-11-01 10:03:38 +0700 |
| commit | 4076ff978e6909bb8ddfb9f7c9e995a02dbb7de8 (patch) | |
| tree | b8e62a6eda1dd9815579d21358da3dbf976bba05 /libraries/wxPython4/wxPython4.SlackBuild | |
| parent | 868a8f4d4f102c18ddb5eabb3035c02711fab79a (diff) | |
libraries/wxPython4: Updated for version 4.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython4/wxPython4.SlackBuild')
| -rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |
