diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2024-03-30 08:58:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:35 +0700 |
commit | a7035d1033768a6eb576b74214517fc81e972e2d (patch) | |
tree | ed8f27aa15e19fcab9431cc12de0166e218f2b60 /perl/perl-PAR/perl-PAR.SlackBuild | |
parent | 38cf77e2a0ad697290fcda4893d62683b9d9efe6 (diff) |
perl/perl-PAR: Updated for version 1.020.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-PAR/perl-PAR.SlackBuild')
-rw-r--r-- | perl/perl-PAR/perl-PAR.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/perl/perl-PAR/perl-PAR.SlackBuild b/perl/perl-PAR/perl-PAR.SlackBuild index 59497af5184e3..3e1df7d23cc41 100644 --- a/perl/perl-PAR/perl-PAR.SlackBuild +++ b/perl/perl-PAR/perl-PAR.SlackBuild @@ -25,20 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-PAR -VERSION=${VERSION:-1.019} +VERSION=${VERSION:-1.020} 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 |