diff options
Diffstat (limited to 'perl-ipc-run3/PKGBUILD')
-rw-r--r-- | perl-ipc-run3/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-ipc-run3/PKGBUILD b/perl-ipc-run3/PKGBUILD index b1657d193..1c09f7ce6 100644 --- a/perl-ipc-run3/PKGBUILD +++ b/perl-ipc-run3/PKGBUILD @@ -2,14 +2,16 @@ pkgname='perl-ipc-run3' pkgver='0.048' -pkgrel='1' +pkgrel='2' pkgdesc='run a subprocess with input/ouput redirection' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl-time-hires' -) + 'perl-test-simple>=0.31' + 'perl-time-hires') +makedepends=( + 'perl-extutils-makemaker') checkdepends=() url='https://metacpan.org/release/IPC-Run3' _distdir="IPC-Run3-${pkgver}" |