summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2017-04-25 18:00:00 -0500
committerPedro A. López-Valencia2017-04-25 18:00:00 -0500
commit01327242cd04f9f33d46f21c5b0751f98b12fc48 (patch)
tree43ad79052118e275b1453136270fdf07b8e78b47 /PKGBUILD
parente582aa9c0f57674fd12d747f9ffe6b76fd331ab2 (diff)
downloadaur-01327242cd04f9f33d46f21c5b0751f98b12fc48.tar.gz
perl-math-bigint-gmp 1.6004-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6618d45dbb7b..9ab08a70eeaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_author=PJACKLAM
_perlmod=Math-BigInt-GMP
pkgname=perl-math-bigint-gmp
-pkgver=1.51
+pkgver=1.6004
pkgrel=1
pkgdesc="Big integer calculations using the GNU Multiple Precision Arithmetic Library."
arch=('i686' 'x86_64')
url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
license=('GPL' 'PerlArtistic')
-depends=('perl>=5.22.1' 'gmp' 'perl-math-bigint')
+depends=('perl>=5.22.1' 'gmp' 'perl-math-bigint>=1.999808')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/P/PJ/$_author/$_perlmod-$pkgver.tar.gz)
-sha256sums=('77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475')
+sha256sums=('236229dd7d323f142d8b24b83d21061152432096be7aea026002b8dbbba733f2')
build() {