mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
parse_pkgbuild(): update basepkg version before copying to subpkgs
This commit is contained in:
parent
25ea4afe9b
commit
dbf65b44df
1 changed files with 1 additions and 0 deletions
|
@ -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]:
|
||||
|
|
Loading…
Add table
Reference in a new issue