summaryrefslogtreecommitdiffstats
path: root/development/QtPy/QtPy.SlackBuild
diff options
context:
space:
mode:
author nomnombtc2023-08-29 21:18:02 +0200
committer Willy Sudiarto Raharjo2023-09-02 13:02:35 +0200
commita2d685adf9d87721b0470790374c7e0116e7bede (patch)
tree7a9948189a0fd46d78ba46be4782ef276a6ad264 /development/QtPy/QtPy.SlackBuild
parentf73a676b0e8710ebee191b2d627c46ad3ef39ed8 (diff)
downloadslackbuilds-a2d685adf9d87721b0470790374c7e0116e7bede.tar.gz
development/QtPy: Updated for version 2.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/QtPy/QtPy.SlackBuild')
-rw-r--r--development/QtPy/QtPy.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild
index f1d2e9e9fb..7cc67d7304 100644
--- a/development/QtPy/QtPy.SlackBuild
+++ b/development/QtPy/QtPy.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023 nomnombtc <nomnombtc@arcor.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=QtPy
-VERSION=${VERSION:-2.3.1}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""