summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2015-08-07 10:55:26 +0300
committerAnton Leontiev2015-08-07 10:55:26 +0300
commit9fb2e2bf970f3fd95c7cf83787b796b19aa44b54 (patch)
tree1a030f3e758e0792a2dce0ecb258bb6eb5c0a67f
parent265a1d9d0b5c888a96ca9c561e2fe363cccc8938 (diff)
downloadaur-9fb2e2bf970f3fd95c7cf83787b796b19aa44b54.tar.gz
Updated to v0.1304
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3955dde5db42..f771a5451b1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-math-counting
pkgdesc = Perl module for combinatorial counting operations
- pkgver = 0.1303
+ pkgver = 0.1304
pkgrel = 1
- url = http://search.cpan.org/dist/Math-Counting
+ url = https://metacpan.org/release/Math-Counting
arch = any
license = GPL
license = PerlArtistic
depends = perl>5.10.1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1303.tar.gz
- md5sums = 108316c63bddff9b85345b4789142cc2
+ source = http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1304.tar.gz
+ md5sums = ae9e5dba83af6c754d41ab4d1a47f2fb
pkgname = perl-math-counting
diff --git a/PKGBUILD b/PKGBUILD
index 7528e2dfac9c..050ff9c763fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,32 @@
# CPAN Name : Math::Counting
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Generator : CPANPLUS::Dist::Arch 1.30
pkgname=perl-math-counting
-pkgver=0.1303
+pkgver=0.1304
pkgrel=1
pkgdesc='Perl module for combinatorial counting operations'
arch=('any')
-url="http://search.cpan.org/dist/Math-Counting"
+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.1303.tar.gz)
-md5sums=('108316c63bddff9b85345b4789142cc2')
+source=(http://search.cpan.org/CPAN/authors/id/G/GE/GENE/Math-Counting-0.1304.tar.gz)
+md5sums=('ae9e5dba83af6c754d41ab4d1a47f2fb')
build() {
- cd "$srcdir/Math-Counting-0.1303"
+ cd "$srcdir/Math-Counting-0.1304"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd "$srcdir/Math-Counting-0.1303"
+ cd "$srcdir/Math-Counting-0.1304"
make test
}
package() {
- cd "$srcdir/Math-Counting-0.1303"
+ cd "$srcdir/Math-Counting-0.1304"
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}