summaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.SlackBuild8
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
index 5a4460a729..a23e4ec8e5 100644
--- a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=speech-dispatcher
-VERSION=${VERSION:-0.8.4}
+VERSION=${VERSION:-0.8.5}
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
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.info b/accessibility/speech-dispatcher/speech-dispatcher.info
index 426d5bce0d..af56c880a5 100644
--- a/accessibility/speech-dispatcher/speech-dispatcher.info
+++ b/accessibility/speech-dispatcher/speech-dispatcher.info
@@ -1,8 +1,8 @@
PRGNAM="speech-dispatcher"
-VERSION="0.8.4"
+VERSION="0.8.5"
HOMEPAGE="http://devel.freebsoft.org/speechd/"
-DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.4.tar.gz"
-MD5SUM="9e94d3603f69157acd87d10e02d12bb9"
+DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.5.tar.gz"
+MD5SUM="0c89e02586c66733751fca1408333ccd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dotconf"