diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-03-20 12:18:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-20 20:45:20 +0700 |
commit | 0b9d26be938e875c7335a2b91dce551b17b8db59 (patch) | |
tree | e3b1fb70b95080709cbed836537aa68982202d09 /perl | |
parent | 97799125c770a63c684ac70a40ade516a3283fa4 (diff) |
perl/perl-Math-GMPq: Updated for version 0.51.
Fix 'find $PKG/usr/share/man' command.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Math-GMPq/perl-Math-GMPq.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Math-GMPq/perl-Math-GMPq.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Math-GMPq/perl-Math-GMPq.SlackBuild b/perl/perl-Math-GMPq/perl-Math-GMPq.SlackBuild index 23e82e3d1584..885784cc5619 100644 --- a/perl/perl-Math-GMPq/perl-Math-GMPq.SlackBuild +++ b/perl/perl-Math-GMPq/perl-Math-GMPq.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Math-GMPq -VERSION=${VERSION:-0.46} +VERSION=${VERSION:-0.51} 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-GMPq/perl-Math-GMPq.info b/perl/perl-Math-GMPq/perl-Math-GMPq.info index cd403cf83c62..233d9137fb5c 100644 --- a/perl/perl-Math-GMPq/perl-Math-GMPq.info +++ b/perl/perl-Math-GMPq/perl-Math-GMPq.info @@ -1,8 +1,8 @@ PRGNAM="perl-Math-GMPq" -VERSION="0.46" +VERSION="0.51" HOMEPAGE="https://metacpan.org/pod/Math::GMPq" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPq-0.46.tar.gz" -MD5SUM="6f53ce25f379bb355fda19b10543cd9a" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPq-0.51.tar.gz" +MD5SUM="35f2cf1c64b34537bc1c69859f03e732" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |