diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 23:55:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:21 +0700 |
commit | 3bd5256c5b4cff92600e29453e4bcd54a6e0e284 (patch) | |
tree | 028e0ab34dd07b6ecc8e07e3944d6e72e40f52ce /python | |
parent | a1cfff60456243c39acf523a294d1585a6c43960 (diff) | |
download | slackbuilds-3bd5256c5b4cff92600e29453e4bcd54a6e0e284.tar.gz |
python/rst-linker: Fix README, PRGNAM.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 611acecc34..40c7a018b4 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 321c2e8b82..d8f904d9cb 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} |