Compare commits

..
6 Commits
Author SHA1 Message Date
EnumDev 6657224e2d Switch to new package format 2026-06-13 20:00:50 +03:00
EnumDev 53418ac729 Update package version to 2.59 2026-06-01 14:42:39 +03:00
EnumDev 9c5c4e4936 Update package version to 2.58 2026-04-26 16:17:25 +03:00
EnumDev 48f70b63a0 Update package version to 2.57 2026-04-20 12:19:21 +03:00
EnumDev 0596efd559 Fix dependencies 2026-04-04 21:23:39 +03:00
EnumDev bc3abfeb0b Update package version 2.56 2026-04-04 15:00:42 +03:00
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
name: perl-xml-parser name: perl-xml-parser
description: A perl module for parsing xml documents description: A perl module for parsing xml documents
version: "2.51" version: "2.59"
revision: 1 revision: 2
url: https://github.com/chorny/XML-Parser url: https://github.com/chorny/XML-Parser
license: GPL,PerlArtistic license: GPL,PerlArtistic
maintainers: maintainers:
@@ -10,10 +10,11 @@ architecture: any
type: source type: source
depends: depends:
- expat - expat
- perl-file-sharedir
make_depends: make_depends:
- perl-file-sharedir-install - perl-file-sharedir-install
downloads: downloads:
- url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz - url: https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 61b07878ff5095375fbbf095c1779808d6d99cf142a176bbf8900f42604e82eb checksum: a358fd7c49f5e27717a644a9102bd21dc7fc25a415983279c59b1580e2b62a58
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT