workaround different package names for same PKGBUILD
All checks were successful
/ build (push) Successful in 3m21s

This commit is contained in:
toufic ar 2026-02-10 21:45:19 +02:00
parent 83a9c10e57
commit 61cd9e1994
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
2 changed files with 27 additions and 9 deletions

View file

@ -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": []
}
]