summaryrefslogtreecommitdiffstats
path: root/python/python-xlib/python-xlib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--python/python-xlib/python-xlib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-xlib/python-xlib.SlackBuild b/python/python-xlib/python-xlib.SlackBuild
index c2839572ea..a5dd319029 100644
--- a/python/python-xlib/python-xlib.SlackBuild
+++ b/python/python-xlib/python-xlib.SlackBuild
@@ -6,13 +6,13 @@
# Modified by the SlackBuilds.org project
PRGNAM=python-xlib
-VERSION=0.14
+VERSION=${VERSION:-0.14}
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