summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-08-30 19:13:09 -0500
committerP.A. López-Valencia2015-08-30 19:13:09 -0500
commita4d77388056a06fa5aace60a874203a106d9b004 (patch)
tree4923485098958f2f5e2c87ea7a10d296a843a232 /PKGBUILD
parentbfa8637bcb6c3494c6762f80cb1e3d08b340e6c1 (diff)
downloadaur-a4d77388056a06fa5aace60a874203a106d9b004.tar.gz
perl-math-bigint-gmp-1.40-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b4fa4cd29b3..cc72213eb0fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_author=PJACKLAM
_perlmod=Math-BigInt-GMP
pkgname=perl-math-bigint-gmp
-pkgver=1.38
+pkgver=1.40
pkgrel=1
pkgdesc="Big integer calculations using the GNU Multiple Precision Arithmetic Library."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl>=5.20.0' 'gmp')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/P/PJ/$_author/$_perlmod-$pkgver.tar.gz)
-sha256sums=('1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15')
+sha256sums=('3892881cf98e30642336cdb3d394a0105ea74b4f63db5eccee75b84b29822d54')
build() {