From efa9a4ef89988819f9d83c467cc6f9126b424879 Mon Sep 17 00:00:00 2001 From: "Edward W. Koenig" Date: Sun, 16 Oct 2016 05:11:43 +0700 Subject: accessibility/speech-dispatcher: Updated for version 0.8.5. Signed-off-by: Willy Sudiarto Raharjo --- accessibility/speech-dispatcher/speech-dispatcher.SlackBuild | 8 ++++---- accessibility/speech-dispatcher/speech-dispatcher.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'accessibility') 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" -- cgit v1.2.3