summaryrefslogtreecommitdiffstats
path: root/python/werkzeug/werkzeug.SlackBuild
diff options
context:
space:
mode:
author Dominik Drobek2019-09-17 23:18:09 +0200
committer Willy Sudiarto Raharjo2019-09-20 18:06:48 +0200
commit6b432186d4b6e406c68b6dc70cba27dd7e255280 (patch)
tree81ca446d257f0a31ef42487701a52c39111a05f1 /python/werkzeug/werkzeug.SlackBuild
parent46483a2e8f35db6372e44048dee7b1a19f7c0681 (diff)
downloadslackbuilds-6b432186d4b6e406c68b6dc70cba27dd7e255280.tar.gz
python/werkzeug: Updated for version 0.15.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/werkzeug/werkzeug.SlackBuild')
-rw-r--r--python/werkzeug/werkzeug.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/werkzeug/werkzeug.SlackBuild b/python/werkzeug/werkzeug.SlackBuild
index 3f9aacdc9b..f8b754a065 100644
--- a/python/werkzeug/werkzeug.SlackBuild
+++ b/python/werkzeug/werkzeug.SlackBuild
@@ -25,8 +25,8 @@
PRGNAM=werkzeug
SRCNAM=Werkzeug
-VERSION=${VERSION:-0.14.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.15.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -81,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGES.rst LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.rst LICENSE.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install