summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2020-10-12 05:56:22 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:21 +0200
commit1c37fc75c60db8c3da8bd506c9aee5201ad5c557 (patch)
treee7aa85aa57f819ed454b2ee455d3c2398b9bae6a /python
parent3bd5256c5b4cff92600e29453e4bcd54a6e0e284 (diff)
downloadslackbuilds-1c37fc75c60db8c3da8bd506c9aee5201ad5c557.tar.gz
python/rst: Script nitpick.
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/README3
-rw-r--r--python/rst/rst.SlackBuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/python/rst/README b/python/rst/README
index 27166bce40..2b12274e81 100644
--- a/python/rst/README
+++ b/python/rst/README
@@ -1 +1,2 @@
-rst is a python module to create reStructuredText documents through code.
+rst is a python module to create reStructuredText documents through
+code.
diff --git a/python/rst/rst.SlackBuild b/python/rst/rst.SlackBuild
index 11b6be83aa..db90ab1e7e 100644
--- a/python/rst/rst.SlackBuild
+++ b/python/rst/rst.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}
+PRGNAM=rst
SRCPKG=${SRCPKG-rst}
VERSION=${VERSION:-0.1}
BUILD=${BUILD:-1}