aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2024-09-04 07:47:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-04 09:03:26 +0700
commit49cec5f1a523218c72b862b8ee2298ca99e2d5be (patch)
tree6921a2ff0e816fc029dd222e0fda8a36a042d201 /perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild
parent846d36b0ca37e06bbc21f4e6f84d4a04f02f72ac (diff)
perl/perl-PAR-Dist: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild')
-rw-r--r--perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild b/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild
index 9015703b56..a92749c2cf 100644
--- a/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild
+++ b/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for perl-PAR-Dist.
-# Copyright 2015-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,20 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-PAR-Dist
-VERSION=${VERSION:-0.52}
+VERSION=${VERSION:-0.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information