diff options
Diffstat (limited to 'python/pyflakes/pyflakes.SlackBuild')
-rw-r--r-- | python/pyflakes/pyflakes.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/pyflakes/pyflakes.SlackBuild b/python/pyflakes/pyflakes.SlackBuild index ddea83840c..77010cfd09 100644 --- a/python/pyflakes/pyflakes.SlackBuild +++ b/python/pyflakes/pyflakes.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pyflakes # Copyright 2010-2015 LukenShiro, Italy +# Update for version 1.6.0 Dimitris Zlatanidis, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyflakes -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.6.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 |