diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-11-20 20:17:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:24 +0700 |
commit | fd03de0940afe08ba4b57f5e44b2c7f47f7442ed (patch) | |
tree | 3bec35b0f14713d2e464bbfdb6d9b53d51643f2e /perl/perl-String-PerlIdentifier | |
parent | bedc939bbee921dd32eeee500078c039839be294 (diff) | |
download | slackbuilds-fd03de0940afe08ba4b57f5e44b2c7f47f7442ed.tar.gz |
perl/perl-String-PerlIdentifier: Updated for version 0.06.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-String-PerlIdentifier')
-rw-r--r-- | perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.SlackBuild | 10 | ||||
-rw-r--r-- | perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.SlackBuild b/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.SlackBuild index 41b2627f3e..42abd510b8 100644 --- a/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.SlackBuild +++ b/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-String-PerlIdentifier. -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-String-PerlIdentifier -VERSION=${VERSION:-0.05} +VERSION=${VERSION:-0.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,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/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.info b/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.info index 311faee6bc..4bb984144a 100644 --- a/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.info +++ b/perl/perl-String-PerlIdentifier/perl-String-PerlIdentifier.info @@ -1,8 +1,8 @@ PRGNAM="perl-String-PerlIdentifier" -VERSION="0.05" +VERSION="0.06" HOMEPAGE="https://metacpan.org/pod/String::PerlIdentifier" -DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/String-PerlIdentifier-0.05.tar.gz" -MD5SUM="08f0445018cf151a17f821c8d7f14876" +DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/String-PerlIdentifier-0.06.tar.gz" +MD5SUM="daeb5a671e6086948deb95e52f77c703" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Test-Simple" |