summaryrefslogtreecommitdiffstats
path: root/python/SOAPpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/SOAPpy')
-rw-r--r--python/SOAPpy/SOAPpy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/SOAPpy/SOAPpy.SlackBuild b/python/SOAPpy/SOAPpy.SlackBuild
index d3c3b26f6c..b9dd54b456 100644
--- a/python/SOAPpy/SOAPpy.SlackBuild
+++ b/python/SOAPpy/SOAPpy.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SOAPpy
-VERSION=0.11.6
+VERSION=${VERSION:-0.11.6}
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