summaryrefslogtreecommitdiffstats
path: root/python/pyflakes/pyflakes.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyflakes/pyflakes.SlackBuild')
-rw-r--r--python/pyflakes/pyflakes.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyflakes/pyflakes.SlackBuild b/python/pyflakes/pyflakes.SlackBuild
index 57a14ae3bf..ddea83840c 100644
--- a/python/pyflakes/pyflakes.SlackBuild
+++ b/python/pyflakes/pyflakes.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyflakes
-# Copyright 2010-2014 LukenShiro, Italy
+# Copyright 2010-2015 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyflakes
-VERSION=${VERSION:-0.8.1}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCFILES="PKG-INFO"
+DOCFILES="AUTHORS NEWS.txt LICENSE PKG-INFO README.rst"
set -e