diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/perl_modules/perl-math-round/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/perl_modules/perl-math-round/PKGBUILD b/abs/core/perl_modules/perl-math-round/PKGBUILD index 2881d28..dfd08b5 100644 --- a/abs/core/perl_modules/perl-math-round/PKGBUILD +++ b/abs/core/perl_modules/perl-math-round/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143938 2011-11-30 21:38:22Z giovanni $ +# $Id$ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-math-round -pkgver=0.06 -pkgrel=5 +pkgver=0.07 +pkgrel=2 pkgdesc="Perl extension for rounding numbers" arch=('any') url="http://search.cpan.org/dist/Math-Round" @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz") -md5sums=('552cef2753b246f97a6e20d8dee66e7c') +md5sums=('b74c5d2a3f891c19dafd7ce638732fd1') build() { cd "${srcdir}/Math-Round-${pkgver}" |