diff --git a/recipes/perl-unicode-map/meta.yaml b/recipes/perl-unicode-map/meta.yaml index 9e9c878fe529d..2628f73f65d49 100644 --- a/recipes/perl-unicode-map/meta.yaml +++ b/recipes/perl-unicode-map/meta.yaml @@ -11,7 +11,9 @@ source: sha256: {{ sha256 }} build: - number: 7 + run_exports: + - {{ pin_subpackage(name, max_pin="x.x") }} + number: 8 requirements: build: @@ -35,3 +37,8 @@ about: home: http://metacpan.org/pod/Unicode::Map license: unknown summary: 'An utility to map texts from and to unicode' + +extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 diff --git a/recipes/perl-unicode-normalize/meta.yaml b/recipes/perl-unicode-normalize/meta.yaml index 24ec84e9aaa00..96a87f3761326 100644 --- a/recipes/perl-unicode-normalize/meta.yaml +++ b/recipes/perl-unicode-normalize/meta.yaml @@ -11,7 +11,9 @@ source: sha256: {{ sha256 }} build: - number: 5 + run_exports: + - {{ pin_subpackage(name, max_pin="x") }} + number: 6 requirements: build: @@ -39,3 +41,8 @@ about: home: http://metacpan.org/pod/Unicode::Normalize license: perl_5 summary: 'Unicode Normalization Forms' + +extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 diff --git a/recipes/perl-unicode-utf8/meta.yaml b/recipes/perl-unicode-utf8/meta.yaml index 5e23f0cf4f885..311d5ce748c39 100644 --- a/recipes/perl-unicode-utf8/meta.yaml +++ b/recipes/perl-unicode-utf8/meta.yaml @@ -11,7 +11,9 @@ source: sha256: {{ sha256 }} build: - number: 6 + run_exports: + - {{ pin_subpackage(name, max_pin="x.x") }} + number: 7 requirements: build: @@ -38,3 +40,8 @@ about: home: http://metacpan.org/pod/Unicode::UTF8 license: perl_5 summary: 'Encoding and decoding of UTF-8 encoding form' + +extra: + # osx-arm64 is erroring due to missing perl-encode in conda forge + additional-platforms: + - linux-aarch64