summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-12-28 08:30:43 -0500
committerP.A. López-Valencia2015-12-28 08:30:43 -0500
commit61fb88614618c514df238cce1a128019f0d2a938 (patch)
tree6a8463b98a2a0ccdcd4c9620a82c410861b0f0ab /PKGBUILD
parenta4d77388056a06fa5aace60a874203a106d9b004 (diff)
downloadaur-61fb88614618c514df238cce1a128019f0d2a938.tar.gz
perl-math-bigint-gmp 1.47-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc72213eb0fb..4cf4b3882c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_author=PJACKLAM
_perlmod=Math-BigInt-GMP
pkgname=perl-math-bigint-gmp
-pkgver=1.40
+pkgver=1.47
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.20.0' 'gmp')
+depends=('perl>=5.22.1' 'gmp' 'perl-math-bigint')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/P/PJ/$_author/$_perlmod-$pkgver.tar.gz)
-sha256sums=('3892881cf98e30642336cdb3d394a0105ea74b4f63db5eccee75b84b29822d54')
+sha256sums=('9ed3101d39fc118e025604e48894b88bf674f44c745a591c580987b2f24127e8')
build() {