summarylogtreecommitdiffstats
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
parente582aa9c0f57674fd12d747f9ffe6b76fd331ab2 (diff)
downloadaur-01327242cd04f9f33d46f21c5b0751f98b12fc48.tar.gz
perl-math-bigint-gmp 1.6004-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a9a96436818..29dc170bc01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = perl-math-bigint-gmp
pkgdesc = Big integer calculations using the GNU Multiple Precision Arithmetic Library.
- pkgver = 1.51
+ pkgver = 1.6004
pkgrel = 1
- url = http://search.cpan.org/~PJACKLAM/Math-BigInt-GMP-1.51/
+ url = http://search.cpan.org/~PJACKLAM/Math-BigInt-GMP-1.6004/
arch = i686
arch = x86_64
license = GPL
license = PerlArtistic
depends = perl>=5.22.1
depends = gmp
- depends = perl-math-bigint
+ depends = perl-math-bigint>=1.999808
options = !emptydirs
- source = http://cpan.perl.org/modules/by-authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.51.tar.gz
- sha256sums = 77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
+ source = http://cpan.perl.org/modules/by-authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.6004.tar.gz
+ sha256sums = 236229dd7d323f142d8b24b83d21061152432096be7aea026002b8dbbba733f2
pkgname = perl-math-bigint-gmp
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() {