perl-IPC-Run: update to 0.96.
This commit is contained in:
parent
94dd596f1a
commit
13e793dae0
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'perl-IPC-Run'.
|
# Template build file for 'perl-IPC-Run'.
|
||||||
pkgname=perl-IPC-Run
|
pkgname=perl-IPC-Run
|
||||||
version=0.94
|
version=0.96
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
short_desc="system() and background procs w/ piping, redirs, ptys"
|
short_desc="system() and background procs w/ piping, redirs, ptys"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://search.cpan.org/dist/IPC-Run"
|
homepage="http://search.cpan.org/dist/IPC-Run"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic, GPL-1"
|
||||||
distfiles="${CPAN_SITE}/IPC/IPC-Run-$version.tar.gz"
|
distfiles="${CPAN_SITE}/IPC/IPC-Run-${version}.tar.gz"
|
||||||
checksum=2eb336c91a2b7ea61f98e5b2282d91020d39a484f16041e2365ffd30f8a5605b
|
checksum=bbd24ff027e1c232b3dc027562c9f4386da72b76991d30f9f3d4119e87cf4640
|
||||||
|
|
Loading…
Reference in New Issue