summaryrefslogtreecommitdiff
path: root/python/websocket-client/websocket-client.SlackBuild
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2021-05-05 17:04:28 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 00:48:24 +0700
commit2e7d58d4a219721ee540bd5e389858ccb3093e12 (patch)
treeeaa46053e04cb2417c9ba618a93ffb8660c6a821 /python/websocket-client/websocket-client.SlackBuild
parentf5a7f4ce659afb6a43c94d4b07663938298bc34c (diff)
downloadslackbuilds-2e7d58d4a219721ee540bd5e389858ccb3093e12.tar.gz
python/websocket-client: Updated for version 0.59.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/websocket-client/websocket-client.SlackBuild')
-rw-r--r--python/websocket-client/websocket-client.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/websocket-client/websocket-client.SlackBuild b/python/websocket-client/websocket-client.SlackBuild
index 3c655759ba..31d0371487 100644
--- a/python/websocket-client/websocket-client.SlackBuild
+++ b/python/websocket-client/websocket-client.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=websocket-client
-VERSION=${VERSION:-0.58.0}
+VERSION=${VERSION:-0.59.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,7 +58,7 @@ find -L . \
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog examples/ LICENSE README.md README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog examples/ LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install