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.
source_url
1 parent 025f3d1 commit 9883b20Copy full SHA for 9883b20
ci/github-actions/generate-pkgbuild.py3
@@ -44,7 +44,7 @@ with open('./pkgbuild/parallel-disk-usage-bin/PKGBUILD', 'w') as pkgbuild:
44
content += 'pkgname=parallel-disk-usage-bin\n'
45
content += f'pkgver={release_tag}\n'
46
source_url_prefix = f'https://github.com/KSXGitHub/parallel-disk-usage/releases/download/{release_tag}'
47
- source_url = f'{source_url_prefix}/parallel-disk-usage-{target}'
+ source_url = f'{source_url_prefix}/pdu-{target}'
48
supported_completions = ['bash', 'fish', 'zsh']
49
completion_source = ' '.join(
50
f'completion.{release_tag}.{ext}::{source_url_prefix}/completion.{ext}'
0 commit comments