summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {