pmb.helpers.pkgrel_bump: Add type hints and fix auto_apkindex_package
Merged
pmb.helpers.pkgrel_bump: Add type hints and fix auto_apkindex_package
pkgrel_bump-fix
into
master
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 6
− 3
@@ -2,6 +2,7 @@
@@ -68,7 +69,7 @@ def package(
@@ -80,7 +81,7 @@ def auto_apkindex_package(arch, aport, apk, dry: bool = False) -> bool:
@@ -99,7 +100,9 @@ def auto_apkindex_package(arch, aport, apk, dry: bool = False) -> bool: