summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2015-10-30 21:15:37 +0300
committerAnton Leontiev2015-10-30 21:15:37 +0300
commite0b45c2df159fcbc71d179f0af0b844fee0e16b6 (patch)
treed6138d771dfd3b410123c36590a20cca990f8239
parent9fb2e2bf970f3fd95c7cf83787b796b19aa44b54 (diff)
downloadaur-e0b45c2df159fcbc71d179f0af0b844fee0e16b6.tar.gz
Updated to v0.1305
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f771a5451b1b..1cd972fbb262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-math-counting
pkgdesc = Perl module for combinatorial counting operations
- pkgver = 0.1304
+ pkgver = 0.1305
pkgrel = 1
url = https://metacpan.org/release/Math-Counting
arch = any
@@ -8,8 +8,8 @@ pkgbase = perl-math-counting
license = PerlArtistic
depends = perl>5.10.1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1304.tar.gz
- md5sums = ae9e5dba83af6c754d41ab4d1a47f2fb
+ source = http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1305.tar.gz
+ md5sums = 31dfbac290fad197148d4877f7c9d6fa
pkgname = perl-math-counting
diff --git a/PKGBUILD b/PKGBUILD
index 050ff9c763fe..b75695b2d1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# CPAN Name : Math::Counting
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.30
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-math-counting
-pkgver=0.1304
+pkgver=0.1305
pkgrel=1
pkgdesc='Perl module for combinatorial counting operations'
arch=('any')
@@ -11,22 +11,22 @@ url="https://metacpan.org/release/Math-Counting"
license=('GPL' 'PerlArtistic')
depends=('perl>5.10.1')
options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1304.tar.gz)
-md5sums=('ae9e5dba83af6c754d41ab4d1a47f2fb')
+source=(http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1305.tar.gz)
+md5sums=('31dfbac290fad197148d4877f7c9d6fa')
build() {
- cd "$srcdir/Math-Counting-0.1304"
+ cd "$srcdir/Math-Counting-0.1305"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd "$srcdir/Math-Counting-0.1304"
+ cd "$srcdir/Math-Counting-0.1305"
make test
}
package() {
- cd "$srcdir/Math-Counting-0.1304"
+ cd "$srcdir/Math-Counting-0.1305"
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}