summaryrefslogtreecommitdiff
path: root/graphics/Blender/Blender.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2018-03-01 10:45:29 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-03 08:42:12 +0700
commitb40e88a62a2335e36e56fb01bd794dd86ebd8436 (patch)
treedee4b113a0399e6335ef3fa612ca3b2c79b6ea7e /graphics/Blender/Blender.SlackBuild
parent7348b3e572b1aa0934f360b0e6e1f9f1613b5d18 (diff)
downloadslackbuilds-b40e88a62a2335e36e56fb01bd794dd86ebd8436.tar.gz
graphics/Blender: Updated for version 2.79a
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r--graphics/Blender/Blender.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild
index 8ef5bdae0c..42df19b645 100644
--- a/graphics/Blender/Blender.SlackBuild
+++ b/graphics/Blender/Blender.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Blender
-# Copyright 2015-2017 Christoph Willing Brisbane, Australia
+# Copyright 2015-2018 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,9 +24,9 @@
SRCNAM=blender
PKGNAM=Blender
-VERSION=${VERSION:-2.79}
+VERSION=${VERSION:-2.79a}
BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])")