summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Wacha2022-06-07 08:28:07 +0200
committerAndrás Wacha2022-06-07 08:28:07 +0200
commit9c74f1944e49204682d2cd5d4327b58bcc347638 (patch)
tree291c7456c5895e19b28b8188c10c2953e95a8807 /PKGBUILD
parent694e6c3f30c1edc57d614c65905c75f6f8a9fce7 (diff)
downloadaur-9c74f1944e49204682d2cd5d4327b58bcc347638.tar.gz
Adding checkdepend perl-test-pod. Thanks @MarsSeed for pointing this out.
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')