mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for dict
This commit is contained in:
parent
17b6b7bc2d
commit
ffb5b44d8e
1 changed files with 0 additions and 3 deletions
|
@ -163,7 +163,6 @@ class Slackbuilds(Configs):
|
|||
|
||||
def prepare_slackbuilds_for_build(self) -> None:
|
||||
""" Downloads files and sources. """
|
||||
sources_urls: list = []
|
||||
sources: dict = {}
|
||||
|
||||
for sbo in self.install_order:
|
||||
|
@ -188,10 +187,8 @@ class Slackbuilds(Configs):
|
|||
|
||||
if self.os_arch == 'x86_64' and self.data[sbo][4]:
|
||||
sources[sbo] = self.data[sbo][4].split()
|
||||
sources_urls += self.data[sbo][4].split()
|
||||
else:
|
||||
sources[sbo] = self.data[sbo][3].split()
|
||||
sources_urls += self.data[sbo][3].split()
|
||||
|
||||
# Download the sources.
|
||||
if sources:
|
||||
|
|
Loading…
Add table
Reference in a new issue