diff options
Diffstat (limited to 'python/sphinxcontrib-devhelp')
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild index 0eacfe23b9..cae7939ddc 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sphinxcontrib-devhelp SRCNAM=sphinxcontrib_devhelp -VERSION=${VERSION:-1.0.6} +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-devhelp/sphinxcontrib-devhelp.info b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info index 36b4a88722..c069a9ace8 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-devhelp" -VERSION="1.0.6" +VERSION="2.0.0" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-devhelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-1.0.6.tar.gz" -MD5SUM="d5303929509ec209043ba45d63bac1f3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-2.0.0.tar.gz" +MD5SUM="79ef5937b8397f724f4fb065073cd24c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |