diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-03-20 12:19:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-20 20:45:21 +0700 |
commit | 4c6c9362db60d8e77578d35a1ef36631e72e9d4a (patch) | |
tree | 72828eb82b97583b886aeeb2d89b4a5b5b6d673d | |
parent | b50051c8af5a1b2f5c935387d67f7eb9a9d74be8 (diff) | |
download | slackbuilds-4c6c9362db60d8e77578d35a1ef36631e72e9d4a.tar.gz |
perl/perl-Math-MPC: Updated for version 1.15.
Fix 'find $PKG/usr/share/man' command.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-Math-MPC/perl-Math-MPC.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Math-MPC/perl-Math-MPC.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild b/perl/perl-Math-MPC/perl-Math-MPC.SlackBuild index 952e6351a8..739d3d3918 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.09} +VERSION=${VERSION:-1.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/share/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true diff --git a/perl/perl-Math-MPC/perl-Math-MPC.info b/perl/perl-Math-MPC/perl-Math-MPC.info index d20c41a494..2b1fb8d868 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.09" +VERSION="1.15" HOMEPAGE="https://metacpan.org/pod/Math::MPC" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.09.tar.gz" -MD5SUM="f65e713a5ad16f44e5b621c26fd68419" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.15.tar.gz" +MD5SUM="b6f39f94dad75dea455ed392a7a4e32e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Math-MPFR" |