diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2023-01-28 09:03:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:47 +0700 |
commit | 094e67b850f22aced7587d2233599da51d385f03 (patch) | |
tree | daba616e6d8eab01d17594045c01c024ab950b42 | |
parent | 1e7e2617cab48bfaa9232e9f75806154e060d7ab (diff) |
perl/perl-Math-MPC: Updated for version 1.30.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-Math-MPC/README | 13 | ||||
-rw-r--r-- | perl/perl-Math-MPC/perl-Math-MPC.SlackBuild | 2 | ||||
-rw-r--r-- | perl/perl-Math-MPC/perl-Math-MPC.info | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/perl/perl-Math-MPC/README b/perl/perl-Math-MPC/README index 6a42956c0c57..d75a429e4e08 100644 --- a/perl/perl-Math-MPC/README +++ b/perl/perl-Math-MPC/README @@ -1,9 +1,12 @@ -perl-Math-MPC (perl interface to the MPC library) +perl::Math::MPC (perl interface to the MPC library) -perl-Math-MPC is a multiple precision complex number module utilising +perl::Math::MPC is a multiple precision complex number module utilising the MPC library. Basically, this module simply wraps the 'mpc' complex number functions provided by that library. -For tests only, optional deps: perl-Math-Complex_C, -perl-Math-Complex_C-L, perl-Math-Complex_C-Q, perl-Math-GMPf, -perl-Test-Pod. +For tests only, optional deps: +perl-Math-Complex_C +perl-Math-Complex_C-L +perl-Math-Complex_C-Q +perl-Math-GMPf +perl-Test-Pod diff --git a/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild b/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild index 739d3d3918fb..fcd8c868044b 100644 --- a/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild +++ b/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Math-MPC -VERSION=${VERSION:-1.15} +VERSION=${VERSION:-1.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/perl-Math-MPC/perl-Math-MPC.info b/perl/perl-Math-MPC/perl-Math-MPC.info index 2b1fb8d868a4..36e9d78afcfd 100644 --- a/perl/perl-Math-MPC/perl-Math-MPC.info +++ b/perl/perl-Math-MPC/perl-Math-MPC.info @@ -1,8 +1,8 @@ PRGNAM="perl-Math-MPC" -VERSION="1.15" +VERSION="1.30" HOMEPAGE="https://metacpan.org/pod/Math::MPC" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.15.tar.gz" -MD5SUM="b6f39f94dad75dea455ed392a7a4e32e" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.30.tar.gz" +MD5SUM="15ca71edb32ba5790842788c5171e248" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Math-MPFR" |