aportgen/binutils: order fields alphabetically

Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230522065220.2841-2-ollieparanoid@postmarketos.org%3E
This commit is contained in:
Oliver Smith 2023-05-22 08:52:18 +02:00
parent 40fc6f4fd4
commit 84c1460e75
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ def generate(args, pkgname):
# Rewrite APKBUILD
fields = {
"pkgname": pkgname,
"pkgdesc": f"Tools necessary to build programs for {arch} targets",
"arch": pmb.config.arch_native,
"pkgdesc": f"Tools necessary to build programs for {arch} targets",
"pkgname": pkgname,
}
below_header = """