diff options
Diffstat (limited to 'python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild')
-rw-r--r-- | python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.SlackBuild index 81f1f45322..d28383379a 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 |