summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ca73e6c319..c280345eb6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-math-utils'
pkgver='1.14'
-pkgrel='2'
+pkgrel='3'
pkgdesc="Useful mathematical functions not in Perl."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl>=0')
makedepends=()
+checkdepends=('perl-test-pod')
url='https://metacpan.org/release/Math-Utils'
source=("http://search.cpan.org/CPAN/authors/id/J/JG/JGAMBLE/Math-Utils-${pkgver}.tar.gz")
md5sums=('be0504c2d0e6c08bf59c9b7754eddb70')