summaryrefslogtreecommitdiffstats
path: root/development/docutils/docutils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/docutils/docutils.SlackBuild')
-rw-r--r--development/docutils/docutils.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/docutils/docutils.SlackBuild b/development/docutils/docutils.SlackBuild
index e35b1b3ed5..440d76b4a3 100644
--- a/development/docutils/docutils.SlackBuild
+++ b/development/docutils/docutils.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for docutils
-# Copyright 2006-2016 Robby Workman Tuscaloosa, AL, USA
+# Copyright 2006-2017 Robby Workman Tuscaloosa, AL, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=docutils
-VERSION=${VERSION:-0.12}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac