Skip to content
Snippets Groups Projects

pmb.helpers.pkgrel_bump: Add type hints and fix auto_apkindex_package

Merged Luca Weiss requested to merge pkgrel_bump-fix into master
All threads resolved!
Files
4
@@ -15,7 +15,7 @@ class ApkindexBlock:
"""
arch: Arch
depends: list[str] | None
depends: list[str]
origin: str | None
pkgname: str
provides: list[str]
Loading