We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c21f91 commit ef0a570Copy full SHA for ef0a570
lilac2/pkgbuild.py
@@ -101,9 +101,9 @@ def load_data(dbpath: Path) -> None:
101
_official_groups.update(
102
_load_timed_dict(dbpath / 'groups.txt', deadline))
103
104
- if hasattr(_G, 'repo'):
+ if hasattr(_G, 'reponame'):
105
H = pyalpm.Handle('/', str(dbpath))
106
- db = H.register_syncdb(_G.repo.name, 0)
+ db = H.register_syncdb(_G.reponame, 0)
107
_repo_package_versions = {p.name: p.version for p in db.pkgcache}
108
109
def check_srcinfo() -> PkgVers:
0 commit comments