diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2017-12-17 10:21:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:23 +0700 |
commit | 236e844c3223f677a09852ffb9e6f14ab12361a2 (patch) | |
tree | 4e05c009b78d455dc4e9fddd4a10d10adeeca558 /perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | |
parent | 17e463ced08f1a8dbf5b73dcb434496e184ea0be (diff) |
perl/perl-Test-Deep: Updated for version 1.127.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Deep/perl-Test-Deep.SlackBuild')
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | 10 |
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 b42f4f7213d08..2e6532b83200b 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" |