We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d10f46 commit 82cab9dCopy full SHA for 82cab9d
1 file changed
lilac2/pkgbuild.py
@@ -17,7 +17,6 @@
17
from .const import _G, OFFICIAL_REPOS
18
from .cmd import UNTRUSTED_PREFIX
19
from .typing import PkgVers
20
-from .tools import has_pacfiles
21
22
logger = logging.getLogger(__name__)
23
_official_packages: Dict[str, int] = {}
@@ -188,4 +187,4 @@ def _get_package_version(srcinfo: List[str]) -> PkgVers:
188
187
if __name__ == '__main__':
189
import sys
190
conf = sys.argv[1] if len(sys.argv) == 2 else None
191
- update_data(conf, update_pacfiles=has_pacfiles())
+ update_data(conf)
0 commit comments