diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-04-04 11:10:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-11 09:30:00 +0700 |
commit | 3604970db67a6339a4a63acc13204882658507fc (patch) | |
tree | aa34477f8bfa42058f0242484865b415a6f185ca /python/sphinxcontrib-qthelp | |
parent | e6346a1598f70fd2d00eaab1bbc6d4792f8c876a (diff) | |
download | slackbuilds-3604970db67a6339a4a63acc13204882658507fc.tar.gz |
python/sphinxcontrib-qthelp: Updated for version 1.0.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sphinxcontrib-qthelp')
-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 d090f37157..3d21f4cf41 100644 --- a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild +++ b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sphinxcontrib-qthelp -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sphinxcontrib-qthelp -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info index 87c6146a2c..7732fe5623 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.2" +VERSION="1.0.3" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-qthelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.2.tar.gz" -MD5SUM="3532d4643d0b1cc3806e43f59495c030" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.tar.gz" +MD5SUM="93216721f3e154cce12d1e9c3307b415" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |