Date: Thursday, June 1, 2017 @ 11:21:59
  Author: foutrelis
Revision: 232181

Bump to 0.96 in /trunk; pending rebuild for Perl 5.26

Modified:
  perl-ipc-run/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-01 11:21:32 UTC (rev 232180)
+++ PKGBUILD    2017-06-01 11:21:59 UTC (rev 232181)
@@ -5,17 +5,17 @@
 # Contributor: Francois Charette <[email protected]>
 
 pkgname=perl-ipc-run
-pkgver=0.95
-pkgrel=1
+pkgver=0.96
+pkgrel=0
 pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
 arch=('any')
 url="http://search.cpan.org/dist/IPC-Run";
 license=('GPL' 'PerlArtistic')
 # IPC::Run depends on IO::Pty which is provided by perl-io-tty
-depends=('perl>=5.10.0' 'perl-io-tty')
+depends=('perl' 'perl-io-tty')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz";)
-sha256sums=('002c490c40f48086832288027cd0226ee799af118cdbfbbc1d0bde27cbc7b061')
+sha256sums=('bbd24ff027e1c232b3dc027562c9f4386da72b76991d30f9f3d4119e87cf4640')
 
 build() {
   cd "$srcdir"/IPC-Run-$pkgver

Reply via email to