summaryrefslogtreecommitdiffstats
path: root/python/pyflakes/pyflakes.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-11-19 12:40:27 +0100
committer Willy Sudiarto Raharjo2017-11-20 11:58:58 +0100
commitc0ec02b1849ba5097efa1cce0f3b751a4287a55b (patch)
tree0b19d0b7e53ce60152f94fce1a5ca2438d30ca8e /python/pyflakes/pyflakes.SlackBuild
parente50d01cd9aaf86fb50b87e0ad9cdbc50a88ac807 (diff)
downloadslackbuilds-c0ec02b1849ba5097efa1cce0f3b751a4287a55b.tar.gz
python/pyflakes: Updated for version 1.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pyflakes/pyflakes.SlackBuild')
-rw-r--r--python/pyflakes/pyflakes.SlackBuild5
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