From 9c33d5a681e85637155e02a01e7fbf8788c55cd0 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Fri, 23 Sep 2016 05:36:53 +0700 Subject: perl/perl-PAR: Updated for version 1.011. Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-PAR/perl-PAR.SlackBuild | 10 +++++----- perl/perl-PAR/perl-PAR.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'perl') diff --git a/perl/perl-PAR/perl-PAR.SlackBuild b/perl/perl-PAR/perl-PAR.SlackBuild index e521b708f8..b91e0cb019 100644 --- a/perl/perl-PAR/perl-PAR.SlackBuild +++ b/perl/perl-PAR/perl-PAR.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-PAR. # -# 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-PAR -VERSION=${VERSION:-1.010} +VERSION=${VERSION:-1.011} 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-PAR/perl-PAR.info b/perl/perl-PAR/perl-PAR.info index 6327a61777..9bb0c09920 100644 --- a/perl/perl-PAR/perl-PAR.info +++ b/perl/perl-PAR/perl-PAR.info @@ -1,8 +1,8 @@ PRGNAM="perl-PAR" -VERSION="1.010" +VERSION="1.011" HOMEPAGE="https://metacpan.org/pod/PAR" -DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.010.tar.gz" -MD5SUM="145d68a1f0de0f893e957c7619cc2707" +DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.011.tar.gz" +MD5SUM="b75cd24a5d61e7d858040e84dd0b514b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-PAR-Dist perl-Archive-Zip perl-extutils-makemaker" -- cgit v1.2.3