aboutsummaryrefslogtreecommitdiff
path: root/graphics/Blender/Blender.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2021-11-02 21:18:03 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-05 22:56:45 +0700
commit014333495dc3be06a6a6c88cf07cc08400272a32 (patch)
tree0dc22666d48ee9dab049ae52a39ca774ab17d598 /graphics/Blender/Blender.SlackBuild
parent9ff12e75765521263ac7b4b8ffc719f3568dfc93 (diff)
downloadslackbuilds-014333495dc3be06a6a6c88cf07cc08400272a32.tar.xz
graphics/Blender: Updated for version 2.93.5
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r--graphics/Blender/Blender.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild
index 18e7bf995d29..d8b034e2dca0 100644
--- a/graphics/Blender/Blender.SlackBuild
+++ b/graphics/Blender/Blender.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Blender
-VERSION=${VERSION:-2.93.4}
+VERSION=${VERSION:-2.93.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -33,7 +33,7 @@ PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=blender
BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')}
-PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])")
+PYTHON_VERSION=$(python3 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')
if [ -z "$ARCH" ]; then
case "$( uname -m )" in