summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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