aboutsummaryrefslogtreecommitdiff
path: root/python/python-libtmux/python-libtmux.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-02-05 20:22:57 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-06 11:42:47 +0700
commit1ae5c79a32b0a86df25b94d4e6d891164e515230 (patch)
treef14c3a9d030a3bdd0a1605b54b91135a002faeeb /python/python-libtmux/python-libtmux.SlackBuild
parent8ed3077b32edf99e202ad732fbdbcc09de6c4686 (diff)
python/python-libtmux: Updated for version 0.10.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-libtmux/python-libtmux.SlackBuild')
-rw-r--r--python/python-libtmux/python-libtmux.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-libtmux/python-libtmux.SlackBuild b/python/python-libtmux/python-libtmux.SlackBuild
index aff1d6e9aa..85d6d1a105 100644
--- a/python/python-libtmux/python-libtmux.SlackBuild
+++ b/python/python-libtmux/python-libtmux.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-libtmux
-# Copyright 2016-2020 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-libtmux
SRCNAM=$(echo $PRGNAM | cut -c8-14)
-VERSION=${VERSION:-0.8.5}
+VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,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 README.rst CHANGES LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md CHANGES LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install