* update perl-ipc-run to 20231003.0-2

This commit is contained in:
Alexander Baldeck 2024-07-28 19:21:12 +02:00
parent c3030a4f8e
commit a9308bdaa0
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,15 @@
pkgbase = perl-ipc-run
pkgdesc = IPC::Run - system() and background procs w/ piping, redirs, ptys
pkgver = 20231003.0
pkgrel = 2
url = https://search.cpan.org/dist/IPC-Run
arch = any
license = GPL
license = PerlArtistic
depends = perl
depends = perl-io-tty
options = !emptydirs
source = https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-20231003.0.tar.gz
sha256sums = eb25bbdf5913d291797ef1bfe998f15130b455d3ed02aacde6856f0b25e4fe57
pkgname = perl-ipc-run

View File

@ -0,0 +1,3 @@
[perl-ipc-run]
source = "cpan"
cpan = "IPC-Run"

View File

@ -6,9 +6,9 @@
pkgname=perl-ipc-run
pkgver=20231003.0
pkgrel=1
pkgrel=2
pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
arch=('any')
arch=(any)
url="https://search.cpan.org/dist/IPC-Run"
license=('GPL' 'PerlArtistic')
# IPC::Run depends on IO::Pty which is provided by perl-io-tty