mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for typing
This commit is contained in:
parent
2ca5479e20
commit
b6b9a80d64
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class SBoGenerate(Configs):
|
||||||
print(f'Generating the {repo_slackbuild_txt} file... ', end='', flush=True)
|
print(f'Generating the {repo_slackbuild_txt} file... ', end='', flush=True)
|
||||||
|
|
||||||
# slackbuild.info variables
|
# slackbuild.info variables
|
||||||
info_var: dict = {
|
info_var: dict[int] = {
|
||||||
1: 'PRGNAM=',
|
1: 'PRGNAM=',
|
||||||
2: 'VERSION=',
|
2: 'VERSION=',
|
||||||
3: 'HOMEPAGE=',
|
3: 'HOMEPAGE=',
|
||||||
|
|
Loading…
Reference in a new issue