From 6b432186d4b6e406c68b6dc70cba27dd7e255280 Mon Sep 17 00:00:00 2001 From: Dominik Drobek Date: Tue, 17 Sep 2019 23:18:09 +0200 Subject: python/werkzeug: Updated for version 0.15.6. Signed-off-by: Willy Sudiarto Raharjo --- python/werkzeug/werkzeug.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/werkzeug/werkzeug.SlackBuild') 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 -- cgit v1.2.3