option to regenerate checksums
Running pkgctl build --pkgver=...
allows to bump the version and regenerate the checksums in one go. But often I try more than one iteration of a package, updating patches in each turn. Currently I update the checksums with updpkgsums
, but that's an extra call. Any chance to have something like --updpkgsums
for pkgctl build
?