summaryrefslogtreecommitdiff
path: root/perl-package-variant/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-package-variant/PKGBUILD')
-rw-r--r--perl-package-variant/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-package-variant/PKGBUILD b/perl-package-variant/PKGBUILD
index ecfef83d..63876758 100644
--- a/perl-package-variant/PKGBUILD
+++ b/perl-package-variant/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-package-variant'
pkgver='1.003002'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Parameterizable packages'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -18,6 +18,9 @@ depends=(
makedepends=(
'perl-test-fatal'
)
+checkdepends=(
+ 'perl-moo'
+)
url='https://metacpan.org/release/Package-Variant'
_distdir="Package-Variant-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/${_distdir}.tar.gz")