From e779d6823edfc64e1df251d911a0687b3f70bac9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 27 Oct 2020 21:32:42 +0100 Subject: [PATCH] perl-ExtUtils-PkgConfig: rebuild for perl-5.32. --- srcpkgs/perl-ExtUtils-PkgConfig/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/perl-ExtUtils-PkgConfig/template b/srcpkgs/perl-ExtUtils-PkgConfig/template index 72e96b548e5..3b1497e97c5 100644 --- a/srcpkgs/perl-ExtUtils-PkgConfig/template +++ b/srcpkgs/perl-ExtUtils-PkgConfig/template @@ -1,13 +1,12 @@ # Template file for 'perl-ExtUtils-PkgConfig' pkgname=perl-ExtUtils-PkgConfig version=1.16 -revision=1 +revision=2 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl pkg-config" makedepends="${hostmakedepends}" depends="${makedepends}" -archs=noarch short_desc="Simplistic perl interface to pkg-config" homepage="https://metacpan.org/release/ExtUtils-PkgConfig" license="LGPL-2.1"