diff options
Diffstat (limited to 'python/rope/rope.SlackBuild')
-rw-r--r-- | python/rope/rope.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rope/rope.SlackBuild b/python/rope/rope.SlackBuild index 9d137a75041b9..4c1e94f01b530 100644 --- a/python/rope/rope.SlackBuild +++ b/python/rope/rope.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rope -# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rope -VERSION=${VERSION:-0.10.3} +VERSION=${VERSION:-0.11.0} 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 |