summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2016-01-05 13:53:12 +0200
committertrizen2016-01-05 13:53:12 +0200
commit047f980e555326cdf4319618bb3915db477b2c16 (patch)
treed1745a6965ddef2f5e904cd978ac3816c0d2dceb /PKGBUILD
parent06c80e05024f8cfcad12c2a3a37d65bbac32b80c (diff)
downloadaur-047f980e555326cdf4319618bb3915db477b2c16.tar.gz
Version bump to 0.42
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50cb15df3d92..1ff98cb08c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-math-gmpz'
-pkgver='0.41'
+pkgver='0.42'
pkgrel='1'
pkgdesc="perl interface to the GMP library's integer (mpz) functions."
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl>=5.10.1' 'gmp>=6.1.0')
makedepends=()
url='https://metacpan.org/release/Math-GMPz'
-source=('http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Math-GMPz-0.41.tar.gz')
-md5sums=('12f95fd62fc5a63ff06621578712300c')
-sha512sums=('4c94971373c5e910a09c7183ce74d2acab402e1b5835c26369467b107d8a254e06f8ed5b85d1f86e69d645b950d05463c2c65fb77cb817c0e18377cba6ee4c71')
-_distdir="Math-GMPz-0.41"
+source=("http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Math-GMPz-$pkgver.tar.gz")
+md5sums=('49277732410fe27f99fe1cf1e652ac98')
+sha512sums=('ee2eae4179b0f909849986ae818eeeb3835fdf2c8661d2311940578d325625111611d8c67050aeafc9deb13b7b55294f1c1ca5bbdab58b3cab43b3714c677855')
+_distdir="Math-GMPz-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \