summaryrefslogtreecommitdiffstats
path: root/python/python-cluster
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:47:03 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:50 +0000
commitb62fd39d4389f32f501d360714ad6c9ca280a3f5 (patch)
treef7194b58b7d29757d3022d139eed3bf700342652 /python/python-cluster
parent6f8a103d9f4674e528ac89052b4a35523f0b2144 (diff)
downloadslackbuilds-b62fd39d4389f32f501d360714ad6c9ca280a3f5.tar.gz
slackbuilds-b62fd39d4389f32f501d360714ad6c9ca280a3f5.tar.xz
python/python-cluster: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-cluster')
-rw-r--r--python/python-cluster/python-cluster.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-cluster/python-cluster.SlackBuild b/python/python-cluster/python-cluster.SlackBuild
index 388bedd443..7c056bb9f0 100644
--- a/python/python-cluster/python-cluster.SlackBuild
+++ b/python/python-cluster/python-cluster.SlackBuild
@@ -24,13 +24,13 @@
PRGNAM=python-cluster
SRCNAM=cluster
-VERSION=1.1.1b3
+VERSION=${VERSION:-1.1.1b3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac