diff options
Diffstat (limited to 'perl-test-mocktime/PKGBUILD')
-rw-r--r-- | perl-test-mocktime/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-test-mocktime/PKGBUILD b/perl-test-mocktime/PKGBUILD index a7d891a35..59f914ff6 100644 --- a/perl-test-mocktime/PKGBUILD +++ b/perl-test-mocktime/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-test-mocktime' pkgver='0.15' -pkgrel='1' +pkgrel='2' pkgdesc='Replaces actual time with simulated time' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') @@ -15,6 +15,8 @@ depends=( makedepends=( 'perl-extutils-makemaker' 'perl-extutils-makemaker') +checkdepends=( + 'perl-test-pod') url='https://metacpan.org/release/Test-MockTime' _distdir="Test-MockTime-${pkgver}" source=("https://cpan.metacpan.org/authors/id/D/DD/DDICK/${_distdir}.tar.gz") |