summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2022-02-07 15:25:08 +0200
committertrizen2022-02-07 15:25:08 +0200
commit3be4c6dbc62f7c1d0b32f32a8cac82ecbcf5cceb (patch)
tree76c3bb5c65ebd372f5b4b0bc43f01ca22411548b
parent870ce586abadfde2d743cd5f09ec7bdab5726e77 (diff)
downloadaur-3be4c6dbc62f7c1d0b32f32a8cac82ecbcf5cceb.tar.gz
Version 1.14
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243ffb712c52..d73da01847d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = perl-math-mpc
depends = perl-math-mpfr>=4.14
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.13.tar.gz
- sha512sums = 351c00d66c72b6f3427ddd68bf726b3d1ef75cc73e7f566eb842f5c629c36852886cc77fe97867d91fa81b6810173d47afe617086bd9f6d419ac4f3c4b3f18a3
+ b2sums = cd34005af17fe9b5d7451a9815b4f6ded8984f601f8bcbbdfe43001905635f79ba84d8f8dbe147822e436e73432f069be5a29373e6ca6e05984725a906f1af33
pkgname = perl-math-mpc
diff --git a/PKGBUILD b/PKGBUILD
index 1b63df30e2d9..86fcb04412da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-math-mpc'
-pkgver='1.13'
+pkgver='1.14'
pkgrel='1'
pkgdesc="Math::MPC - perl interface to the MPC (multi precision complex) library."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('gmp>=6.1.0' 'libmpc>=1.0.3' 'mpfr>=3.1.3.p4' 'perl-math-mpfr>=4.14')
makedepends=('gmp>=6.1.0' 'libmpc>=1.0.3' 'mpfr>=3.1.3.p4' 'perl-math-mpfr>=4.14')
url='https://metacpan.org/release/Math-MPC'
source=("https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-$pkgver.tar.gz")
-sha512sums=('351c00d66c72b6f3427ddd68bf726b3d1ef75cc73e7f566eb842f5c629c36852886cc77fe97867d91fa81b6810173d47afe617086bd9f6d419ac4f3c4b3f18a3')
+b2sums=('35ad25fe018f1a855c93c0d52b513715f5ac988ce34a49f7c9615c5d911d754c9c8cb0ce7ca538849ec97108f1800a62928c4c79322a83b1f0e8cc82b87fe0e3')
_distdir="Math-MPC-${pkgver}"
build() {