summaryrefslogtreecommitdiffstats
path: root/python/Flask/Flask.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-05-29 16:21:42 +0200
committer Willy Sudiarto Raharjo2016-06-01 18:54:42 +0200
commit672087c291edc9ab23a5e36e5a3d5a1fd7ada83f (patch)
treecf50627e68a80f2037a920fd07b866147490e720 /python/Flask/Flask.SlackBuild
parent82bef69f6a3318a32f356e9b80d1dde9ac8068fa (diff)
downloadslackbuilds-672087c291edc9ab23a5e36e5a3d5a1fd7ada83f.tar.gz
python/Flask: Updated for version 0.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/Flask/Flask.SlackBuild')
-rw-r--r--python/Flask/Flask.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/Flask/Flask.SlackBuild b/python/Flask/Flask.SlackBuild
index dc8daf6d4e..2054696873 100644
--- a/python/Flask/Flask.SlackBuild
+++ b/python/Flask/Flask.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Flask
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# 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=Flask
-VERSION=${VERSION:-0.10.1}
+VERSION=${VERSION:-0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG