summaryrefslogtreecommitdiffstats
path: root/python/python3-blinker/python3-blinker.SlackBuild
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2024-05-09 23:11:19 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 08:12:24 +0700
commit45e16158efabb86b5db6c19b5be42adf55c7ced4 (patch)
tree340d9573e4bbe974b410b279486d22113b091639 /python/python3-blinker/python3-blinker.SlackBuild
parenta7ed4c6a16e0a9481e96b38d85d3ab3ab3b22182 (diff)
downloadslackbuilds-45e16158efabb86b5db6c19b5be42adf55c7ced4.tar.gz
slackbuilds-45e16158efabb86b5db6c19b5be42adf55c7ced4.tar.xz
python/python3-blinker: Updated for version 1.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-blinker/python3-blinker.SlackBuild')
-rw-r--r--python/python3-blinker/python3-blinker.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-blinker/python3-blinker.SlackBuild b/python/python3-blinker/python3-blinker.SlackBuild
index e0d2b5e415..fc553a7f33 100644
--- a/python/python3-blinker/python3-blinker.SlackBuild
+++ b/python/python3-blinker/python3-blinker.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-blinker
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-1.7.0}
+VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,7 +76,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 docs/ PKG-INFO CHANGES.rst README.rst LICENSE.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs/ PKG-INFO CHANGES.rst README.md LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install