From 8df620a4968e6631bd1fa833def5b0632979dfb8 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 16 Mar 2019 00:31:38 +0700 Subject: perl/perl-strictures: Updated for version 2.000006. Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-strictures/perl-strictures.SlackBuild | 10 +++++----- perl/perl-strictures/perl-strictures.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/perl/perl-strictures/perl-strictures.SlackBuild b/perl/perl-strictures/perl-strictures.SlackBuild index 00df78e5cf..75d2e225ec 100644 --- a/perl/perl-strictures/perl-strictures.SlackBuild +++ b/perl/perl-strictures/perl-strictures.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-strictures -# Copyright 2013-2016 Willy Sudiarto Raharjo +# Copyright 2013-2019 Willy Sudiarto Raharjo # 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-strictures -VERSION=${VERSION:-2.000005} +VERSION=${VERSION:-2.000006} 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-strictures/perl-strictures.info b/perl/perl-strictures/perl-strictures.info index 7e75ae5798..39ffa77d35 100644 --- a/perl/perl-strictures/perl-strictures.info +++ b/perl/perl-strictures/perl-strictures.info @@ -1,8 +1,8 @@ PRGNAM="perl-strictures" -VERSION="2.000005" +VERSION="2.000006" HOMEPAGE="https://metacpan.org/pod/strictures" -DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/strictures-2.000005.tar.gz" -MD5SUM="30e19bf51cf27df447ac7f2702750f02" +DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/strictures-2.000006.tar.gz" +MD5SUM="35c14fd25320f32ff40e977feae95d0d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3