Skip to content

Commit 9883b20

Browse files
committed
pkgbuild: Fix source_url
1 parent 025f3d1 commit 9883b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/generate-pkgbuild.py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ with open('./pkgbuild/parallel-disk-usage-bin/PKGBUILD', 'w') as pkgbuild:
4444
content += 'pkgname=parallel-disk-usage-bin\n'
4545
content += f'pkgver={release_tag}\n'
4646
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}'
47+
source_url = f'{source_url_prefix}/pdu-{target}'
4848
supported_completions = ['bash', 'fish', 'zsh']
4949
completion_source = ' '.join(
5050
f'completion.{release_tag}.{ext}::{source_url_prefix}/completion.{ext}'

0 commit comments

Comments
 (0)