[arch-commits] Commit in perl-math-round/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Nov 30 21:38:07 UTC 2011
Date: Wednesday, November 30, 2011 @ 16:38:06
Author: giovanni
Revision: 143937
upgpkg: perl-math-round 0.06-5
rebuild
Modified:
perl-math-round/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-11-30 21:34:33 UTC (rev 143936)
+++ PKGBUILD 2011-11-30 21:38:06 UTC (rev 143937)
@@ -4,20 +4,24 @@
pkgname=perl-math-round
pkgver=0.06
-pkgrel=4
+pkgrel=5
pkgdesc="Perl extension for rounding numbers"
arch=('any')
url="http://search.cpan.org/dist/Math-Round"
license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
+depends=('perl')
options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz)
+source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz")
md5sums=('552cef2753b246f97a6e20d8dee66e7c')
build() {
cd "${srcdir}/Math-Round-${pkgver}"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+check() {
+ cd "${srcdir}/Math-Round-${pkgver}"
make test
}
More information about the arch-commits
mailing list