From 5fe1cb5032f4b10e23a0a7fce2941d7d0338445d Mon Sep 17 00:00:00 2001 From: svenper Date: Sun, 12 Nov 2017 02:33:07 +0100 Subject: [PATCH] perl-Params-Validate: rebuild against perl-5.26.1_3 To fix this issue: ``` lib/Params/Validate/XS.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080) ``` --- srcpkgs/perl-Params-Validate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl-Params-Validate/template b/srcpkgs/perl-Params-Validate/template index 18ba296b97c..53d672486f5 100644 --- a/srcpkgs/perl-Params-Validate/template +++ b/srcpkgs/perl-Params-Validate/template @@ -1,7 +1,7 @@ # Template file for 'perl-Params-Validate' pkgname=perl-Params-Validate version=1.29 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-ModuleBuild hostmakedepends="perl perl-Module-Build"