diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-08-30 00:51:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 07:56:35 +0700 |
commit | a2aefc6c6526f58e12f0786d32a5fa75d5a7859a (patch) | |
tree | 42ed82de26593f10d60d149f8cfd1e0cab542ba0 /python/sphinxcontrib-applehelp | |
parent | d25bf74f1abab18bde66d725297f366d58da94cf (diff) |
python/sphinxcontrib-applehelp: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sphinxcontrib-applehelp')
-rw-r--r-- | python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild index 85317abc70a3c..a6744d52f711b 100644 --- a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild +++ b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sphinxcontrib-applehelp SRCNAM=sphinxcontrib_applehelp -VERSION=${VERSION:-1.0.8} +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-applehelp/sphinxcontrib-applehelp.info b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info index b9d6350ceb478..c2bbb9b9defcc 100644 --- a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info +++ b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-applehelp" -VERSION="1.0.8" +VERSION="2.0.0" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-applehelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-1.0.8.tar.gz" -MD5SUM="5604b67076d57cf229da15daf3472ff5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-2.0.0.tar.gz" +MD5SUM="e16bb1d6199f686d411c180e64a8e831" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |