Skip to content
Snippets Groups Projects

pmb/aportgen: lookup package in APKINDEX with correct arch

Merged Minecrell requested to merge Minecrell/pmbootstrap:aportgen-arch into master
All threads resolved!
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,7 +16,7 @@ def generate(pkgname: str) -> None:
context = get_context()
# Parse version from APKINDEX
package_data = pmb.parse.apkindex.package("busybox")
package_data = pmb.parse.apkindex.package("busybox", arch=arch)
if package_data is None:
raise RuntimeError("Couldn't find APKINDEX for busybox!")
Loading