summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-03-15 18:31:38 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:27 +0100
commit8df620a4968e6631bd1fa833def5b0632979dfb8 (patch)
treeca5bfebbd4f20b62e1f5df2b189d60d0a60db887 /perl
parent80660992826de937d20d4d471bb030ac6dc4e4c7 (diff)
downloadslackbuilds-8df620a4968e6631bd1fa833def5b0632979dfb8.tar.gz
perl/perl-strictures: Updated for version 2.000006.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-strictures/perl-strictures.SlackBuild10
-rw-r--r--perl/perl-strictures/perl-strictures.info6
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 <willysr@slackbuilds.org>
+# Copyright 2013-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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=""