summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author Edward W. Koenig2016-10-16 00:11:43 +0200
committer Willy Sudiarto Raharjo2016-10-16 00:11:43 +0200
commitefa9a4ef89988819f9d83c467cc6f9126b424879 (patch)
tree948c310836325ab900515835d97e5c4ff7073a4a /accessibility
parent5f8dabb33acac176d9753e276ae72e84b9cdb7d6 (diff)
downloadslackbuilds-efa9a4ef89988819f9d83c467cc6f9126b424879.tar.gz
accessibility/speech-dispatcher: Updated for version 0.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-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"