diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 23:56:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:21 +0700 |
commit | 1c37fc75c60db8c3da8bd506c9aee5201ad5c557 (patch) | |
tree | e7aa85aa57f819ed454b2ee455d3c2398b9bae6a /python | |
parent | 3bd5256c5b4cff92600e29453e4bcd54a6e0e284 (diff) | |
download | slackbuilds-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/README | 3 | ||||
-rw-r--r-- | python/rst/rst.SlackBuild | 2 |
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} |