summaryrefslogtreecommitdiff
path: root/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-Deep/perl-Test-Deep.SlackBuild')
-rw-r--r--perl/perl-Test-Deep/perl-Test-Deep.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
index b42f4f7213..2e6532b832 100644
--- a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
+++ b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Test::Deep
# Home Page http://search.cpan.org/dist/Test-Deep/
-# Copyright (c) 2011-2013, Nishant Limbachia, Hoffman Estates, IL, USA
+# Copyright (c) 2011-2017, Nishant Limbachia, Hoffman Estates, IL, USA
# (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
@@ -27,7 +27,7 @@
PRGNAM="perl-Test-Deep"
-VERSION=${VERSION:-1.120}
+VERSION=${VERSION:-1.127}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,7 +35,7 @@ SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -50,8 +50,8 @@ set -e
DOCS="Changes README"
-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"