parse: apkindex: fix provider_priority never actually being an int
Compare changes
+ 7
− 3
@@ -8,15 +8,19 @@ if [ "$(id -u)" = 0 ]; then
provider_priority was actually a string all along! make it an int as type hinting suggests, and add some tests for apkindex parsing.
cc: @Newbyte