perl-Module-Build: Update to 0.4234

This commit is contained in:
Christoph Reiter
2024-06-15 08:17:53 +02:00
parent 96eb5deb8a
commit 7bc3da40e0
2 changed files with 13 additions and 14 deletions

View File

@@ -2,8 +2,8 @@
_realname=Module-Build
pkgname=perl-${_realname}
pkgver=0.4231
pkgrel=2
pkgver=0.4234
pkgrel=1
pkgdesc="Build, test, and install Perl modules"
arch=('any')
url="https://metacpan.org/release/Module-Build"
@@ -12,8 +12,8 @@ depends=('perl>=5.8.0' 'perl-CPAN-Meta>=2.142060' 'perl-inc-latest')
options=('!emptydirs')
source=(https://cpan.metacpan.org/authors/id/L/LE/LEONT/${_realname}-${pkgver}.tar.gz
module-build-0.4224-msysize.patch)
sha512sums=('ee1dc18a7df3fe67e7f954d5e1e071aa0a6f5bce6783b768bceb01f071e64ac8be63f410c932c7c16764e5d4f52fc664ce11a12f26f6afc75a26f79883efad70'
'cc88c8b6f52140033073391b95abff08ecd9fad588cc2a4ea655e21ec9d2271faa53f5e1960f63196c6921a00e872db559b6e7104fb9c3e97e7d47b87492f89d')
sha512sums=('e2bbdd64f98b424ea7fd20e2ba301d34b77c9f2ecec28e3191fda63a056a12c0fb1cab1496419e9e9b8054db1a8d3fe92e1f033cdcdf021e1a086c8859905eca'
'dc65b955258a9c877684b19092002514186822fcb3e170fae53aa22fa500d37b0222a1f2734fc86752d7f168eb99cc54ffcd512227bbcd5b91ec11dc74219f0f')
prepare() {
cd ${_realname}-${pkgver}

View File

@@ -72,28 +72,27 @@ diff -Naur Module-Build-0.4224/META.json Module-Build-0.4224-msys/META.json
+++ Module-Build-0.4224-msys/META.json 2018-02-14 13:01:45.253677800 +0300
@@ -129,6 +129,10 @@
"file" : "lib/Module/Build/Platform/cygwin.pm",
"version" : "0.4224"
"version" : "0.4234"
},
+ "Module::Build::Platform::msys" : {
+ "file" : "lib/Module/Build/Platform/msys.pm",
+ "version" : "0.4231"
+ "version" : "0.4234"
+ },
"Module::Build::Platform::darwin" : {
"file" : "lib/Module/Build/Platform/darwin.pm",
"version" : "0.4224"
diff -Naur Module-Build-0.4224/META.yml Module-Build-0.4224-msys/META.yml
--- Module-Build-0.4224/META.yml 2017-05-30 21:03:05.000000000 +0300
+++ Module-Build-0.4224-msys/META.yml 2018-02-14 13:02:13.315584000 +0300
@@ -70,6 +70,9 @@
"version" : "0.4234"
--- Module-Build-0.4234/META.yml.orig 2024-06-16 15:43:24.302616200 +0200
+++ Module-Build-0.4234/META.yml 2024-06-16 15:44:43.103200700 +0200
@@ -74,6 +74,9 @@
Module::Build::Platform::cygwin:
file: lib/Module/Build/Platform/cygwin.pm
version: '0.4231'
version: '0.4234'
+ Module::Build::Platform::msys:
+ file: lib/Module/Build/Platform/msys.pm
+ version: '0.4231'
+ version: '0.4234'
Module::Build::Platform::darwin:
file: lib/Module/Build/Platform/darwin.pm
version: '0.4231'
version: '0.4234'
diff -Naur Module-Build-0.4224/t/destinations.t Module-Build-0.4224-msys/t/destinations.t
--- Module-Build-0.4224/t/destinations.t 2017-05-30 21:03:05.000000000 +0300
+++ Module-Build-0.4224-msys/t/destinations.t 2018-02-14 12:07:45.377789700 +0300