summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2023-08-07 01:25:14 +0300
committertrizen2023-08-07 01:25:14 +0300
commit02024a5be3f9ca7a80da88f540cad96796dbc17b (patch)
tree24465063f1c76db9da47b235eab09e2dd71c706f
parent57f2ba3a69ee851831118b3953af072dad5ae0ef (diff)
downloadaur-02024a5be3f9ca7a80da88f540cad96796dbc17b.tar.gz
Version 0.58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e5dd6353f8..ac0c1bb98cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-math-gmpz
pkgdesc = Math::GMPz - perl interface to the GMP library's integer (mpz) functions.
- pkgver = 0.56
+ pkgver = 0.58
pkgrel = 1
url = https://metacpan.org/release/Math-GMPz
arch = i686
@@ -13,7 +13,7 @@ pkgbase = perl-math-gmpz
depends = perl>=5.10.1
depends = gmp>=6.1.0
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPz-0.56.tar.gz
- b2sums = 03168d0a1e120fa611497a492d2fe2a1bcf0263186934ad7081f76d832b56983d112d53949f88049ca01b0205be3675831dbe616ba5ad3666295e492890bda49
+ source = https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPz-0.58.tar.gz
+ b2sums = 2ca916ddc578183c6526cb94b72bbe983b7caa644af15b84c6a3dac036dcda521f576e3f41f679769f3e2ec1e07b67ca381c364d5d0e43afa75dea7a5a686049
pkgname = perl-math-gmpz
diff --git a/PKGBUILD b/PKGBUILD
index 0a86f387b946..99bbc37a9b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-math-gmpz'
-pkgver='0.56'
+pkgver='0.58'
pkgrel='1'
pkgdesc="Math::GMPz - perl interface to the GMP library's integer (mpz) functions."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('perl>=5.10.1' 'gmp>=6.1.0')
checkdepends=('perl-test-warn')
url='https://metacpan.org/release/Math-GMPz'
source=("https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPz-$pkgver.tar.gz")
-b2sums=('03168d0a1e120fa611497a492d2fe2a1bcf0263186934ad7081f76d832b56983d112d53949f88049ca01b0205be3675831dbe616ba5ad3666295e492890bda49')
+b2sums=('2ca916ddc578183c6526cb94b72bbe983b7caa644af15b84c6a3dac036dcda521f576e3f41f679769f3e2ec1e07b67ca381c364d5d0e43afa75dea7a5a686049')
_distdir="Math-GMPz-$pkgver"
build() {