summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-05-01 15:39:24 -0500
committerP.A. López-Valencia2016-05-01 15:39:24 -0500
commite582aa9c0f57674fd12d747f9ffe6b76fd331ab2 (patch)
treefa3a73f9632146e0e65107e2f6d891f4df1e52e9
parent78c97db97c623882cbf5616eff9395d7819bd72c (diff)
downloadaur-e582aa9c0f57674fd12d747f9ffe6b76fd331ab2.tar.gz
perl-math-bigint-gmp 1.51-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9b2aecb09d7..4a9a96436818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Feb 3 20:07:16 UTC 2016
pkgbase = perl-math-bigint-gmp
pkgdesc = Big integer calculations using the GNU Multiple Precision Arithmetic Library.
- pkgver = 1.49
- pkgrel = 3
- url = http://search.cpan.org/~PJACKLAM/Math-BigInt-GMP-1.49/
+ pkgver = 1.51
+ pkgrel = 1
+ url = http://search.cpan.org/~PJACKLAM/Math-BigInt-GMP-1.51/
arch = i686
arch = x86_64
license = GPL
@@ -13,8 +11,8 @@ pkgbase = perl-math-bigint-gmp
depends = gmp
depends = perl-math-bigint
options = !emptydirs
- source = http://cpan.perl.org/modules/by-authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.49.tar.gz
- sha256sums = 757b5f7859f1e82ef96ef560bac22fe37c1d7d6759f479a312676ad65181362f
+ source = http://cpan.perl.org/modules/by-authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.51.tar.gz
+ sha256sums = 77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
pkgname = perl-math-bigint-gmp
diff --git a/PKGBUILD b/PKGBUILD
index 577d6b245b20..6618d45dbb7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_author=PJACKLAM
_perlmod=Math-BigInt-GMP
pkgname=perl-math-bigint-gmp
-pkgver=1.49
-pkgrel=3
+pkgver=1.51
+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/"
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
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=('757b5f7859f1e82ef96ef560bac22fe37c1d7d6759f479a312676ad65181362f')
+sha256sums=('77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475')
build() {