ci/check_changed_aports_ver: fix pkgrel check
The apkbuild parser returns pkgrel
key as a str
, not an int
,
so the != 0
check would always succeed even if the file set it to 0
.
The apkbuild parser returns pkgrel
key as a str
, not an int
,
so the != 0
check would always succeed even if the file set it to 0
.