diff options
Diffstat (limited to 'python/rst-linker')
-rw-r--r-- | python/rst-linker/README | 4 | ||||
-rw-r--r-- | python/rst-linker/rst-linker.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/rst-linker/README b/python/rst-linker/README index 611acecc34602..40c7a018b4a74 100644 --- a/python/rst-linker/README +++ b/python/rst-linker/README @@ -1,2 +1,2 @@ -rst.linker provides a routine for adding links and performing other custom -replacements to reStructuredText files as a Sphinx extension. +rst.linker provides a routine for adding links and performing other +custom replacements to reStructuredText files as a Sphinx extension. diff --git a/python/rst-linker/rst-linker.SlackBuild b/python/rst-linker/rst-linker.SlackBuild index 321c2e8b82245..d8f904d9cb823 100644 --- a/python/rst-linker/rst-linker.SlackBuild +++ b/python/rst-linker/rst-linker.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=${PRGNAM:-rst-linker} +PRGNAM=rst-linker SRCPKG=${SRCPKG-rst.linker} VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} |