workaround different package names for same PKGBUILD
All checks were successful
/ build (push) Successful in 3m21s
All checks were successful
/ build (push) Successful in 3m21s
This commit is contained in:
parent
83a9c10e57
commit
61cd9e1994
2 changed files with 27 additions and 9 deletions
|
|
@ -1,7 +1,20 @@
|
|||
[
|
||||
{
|
||||
"base": "https://aur.archlinux.org",
|
||||
"pkgs": ["librewolf-bin", "ungoogled-chromium-bin", "adwaita-qt-git"],
|
||||
"pkgs": [
|
||||
{
|
||||
"name": "librewolf-bin",
|
||||
"nick": ["librewolf-bin"]
|
||||
},
|
||||
{
|
||||
"name": "ungoogled-chromium-bin",
|
||||
"nick": ["ungoogled-chromium-bin"]
|
||||
},
|
||||
{
|
||||
"name": "adwaita-qt-git",
|
||||
"nick": ["adwaita-qt5-git", "adwaita-qt6-git"]
|
||||
}
|
||||
],
|
||||
"rm": []
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue