diff --git a/pkg.info b/info.yml similarity index 59% rename from pkg.info rename to info.yml index 06aa3e1..13208f8 100644 --- a/pkg.info +++ b/info.yml @@ -1,9 +1,11 @@ name: iso-codes description: Package providing lists of various ISO standards version: 4.20.1 -revision: 1 +revision: 2 url: https://salsa.debian.org/iso-codes-team/iso-codes license: LGPL2.1-only,FSFAP +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source @@ -11,7 +13,7 @@ make_depends: - meson - python3 downloads: - - url: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${BPM_PKG_VERSION}/iso-codes-v${BPM_PKG_VERSION}.tar.gz + - url: https://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_${BPM_PKG_VERSION}.orig.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 2d7d9f6084ab9ce6c534ce71a3dd5144b6e474f3c97616459a88f73f44a64bff + checksum: 5d551f3ddb32548c4321e9011720fd97751af0107592f79ebffc939bd32f2268 diff --git a/source.sh b/recipe.sh similarity index 94% rename from source.sh rename to recipe.sh index ff22419..e6109e8 100644 --- a/source.sh +++ b/recipe.sh @@ -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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT