parse_pkgbuild(): update basepkg version before copying to subpkgs

This commit is contained in:
InsanePrawn 2022-08-16 02:15:18 +02:00
parent 25ea4afe9b
commit dbf65b44df

View file

@ -90,6 +90,7 @@ class SubPkgbuild(Pkgbuild):
self.path = pkgbase.path
self.pkgver = pkgbase.pkgver
self.pkgrel = pkgbase.pkgrel
self.update_version()
def parse_pkgbuild(relative_pkg_dir: str, config: ConfigStateHolder) -> Sequence[Pkgbuild]: