[packaging/kde-buildstream] /: perl-uri-escape.bst: Port to a cpan source
Aleix Pol i Gonzalez <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1776454c8f04a19d648e949d32360cf468f6540e by Aleix Pol i Gonzalez. Committed on 17/08/2026 at 14:03. Pushed by apol into branch 'master'. perl-uri-escape.bst: Port to a cpan source So it can be safely tracked M +5 -3 elements/components/perl-uri-escape.bst M +1 -0 project.conf https://invent.kde.org/packaging/kde-buildstream/-/commit/1776454c8f04a19d648e949d32360cf468f6540e diff --git a/elements/components/perl-uri-escape.bst b/elements/components/perl-uri-escape.bst index bac4fb1..0ad596b 100644 --- a/elements/components/perl-uri-escape.bst +++ b/elements/components/perl-uri-escape.bst @@ -4,9 +4,11 @@ kind: manual sources: -- kind: tar - url: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.31.tar.gz - ref: b9c4d58b2614b8611ae03a95a6d60ed996f4b311ef3cd5a937b92f1825ecc564 +- kind: cpan + index: 'cpan:' + name: 'URI::Escape' + suffix: authors/id/O/OA/OALDERS/URI-5.31.tar.gz + sha256sum: b9c4d58b2614b8611ae03a95a6d60ed996f4b311ef3cd5a937b92f1825ecc564 depends: - freedesktop-sdk.bst:sdk.bst diff --git a/project.conf b/project.conf index c577260..3459be4 100644 --- a/project.conf +++ b/project.conf @@ -83,6 +83,7 @@ plugins: - go_module - git_module - git_repo + - cpan - zip - patch_queue