diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-08-30 00:56:03 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 07:56:35 +0700 |
commit | e19254a3d5ace19a3bfa97212607ef4ec1c62ea1 (patch) | |
tree | 67848916c54d4408253f82d219f12bf01c18f1d3 /python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild | |
parent | a2aefc6c6526f58e12f0786d32a5fa75d5a7859a (diff) |
python/sphinxcontrib-devhelp: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild')
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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 |