diff options
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 27166bce406d9..2b12274e81f45 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 11b6be83aa1de..db90ab1e7ee17 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} |