mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
fix auto-archive
This commit is contained in:
parent
49b30347bd
commit
e283d884ac
2 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,7 @@ class PkgInfo:
|
|||
|
||||
self.depends_changed = False
|
||||
self.optdepends_changed = False
|
||||
self.desc = None
|
||||
|
||||
if self.bioc_versions == []:
|
||||
self.bioc_versions = get_bioc_versions(self.bioc_meta_mirror)
|
||||
|
@ -129,6 +130,7 @@ class PkgInfo:
|
|||
desc, self.bioc_ver = descall
|
||||
self.bioc_ver = version.parse(
|
||||
self.bioc_ver) if self.bioc_ver else None
|
||||
self.desc = desc
|
||||
return desc
|
||||
else:
|
||||
return None
|
||||
|
|
|
@ -12,3 +12,4 @@ For usage, run with argument `-h`.
|
|||
- [x] `depends_updater` supports archiving PKGs automatically.
|
||||
- [ ] generate PKGBUILD for missing dependencies `depends_updater`
|
||||
- [x] merge `sync_meta_data` into `dbmanager`
|
||||
- [x] merge `pkg_archiver` into `dbmanager`
|
||||
|
|
Loading…
Add table
Reference in a new issue