diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-08-30 01:00:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 07:56:35 +0700 |
commit | f7735b985295b3fbbb39e8fbdd8e537f0c872b32 (patch) | |
tree | 763b4f73734ceab07d5357f03e0613064829be59 | |
parent | 25da922fc8fefcc884438139ef64c617ba741dd2 (diff) |
python/sphinxcontrib-qthelp: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild index 81f1f45322ecd..d28383379aae8 100644 --- a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild +++ b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sphinxcontrib-qthelp SRCNAM=sphinxcontrib_qthelp -VERSION=${VERSION:-1.0.7} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,7 +74,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGES LICENSE README.rst \ + CHANGES.rst LICENCE.rst README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info index 4bd562a7c7ff6..a193b74ca012e 100644 --- a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info +++ b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-qthelp" -VERSION="1.0.7" +VERSION="2.0.0" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-qthelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-1.0.7.tar.gz" -MD5SUM="84569e876c5e8c0bb423eb145ca481b2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-2.0.0.tar.gz" +MD5SUM="ed4f32003b71a54ac3d68aa651cb6573" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |