Skip to content

Commit

Permalink
Use pkgname instead of pkgbase for url in -Si
Browse files Browse the repository at this point in the history
Fixes #1276
  • Loading branch information
Morganamilo committed Dec 27, 2024
1 parent f87370a commit 1003495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pub fn print_aur_info(
print(
"AUR URL",
conf.aur_url
.join(&format!("packages/{}", pkg.package_base))?
.join(&format!("packages/{}", pkg.name))?
.as_str(),
);
print_list(&tr!("Groups"), &pkg.groups);
Expand Down

0 comments on commit 1003495

Please sign in to comment.