yay icon indicating copy to clipboard operation
yay copied to clipboard

Implement search and install by pkgbase

Open CHN-beta opened this issue 4 years ago • 8 comments

Affected Version

yay v9.4.7 - libalpm v12.0.1

Issue

Could not find AUR package intel-parallel-studio-xe using following command:

yay -Ss intel-parallel-studio-xe

yay -S intel-parallel-studio-xe also run in error.

But the package is actually in AUR:

https://aur.archlinux.org/pkgbase/intel-parallel-studio-xe

Steps to reproduce

Simply type yay -Ss intel-parallel-studio-xe then press Enter.

Output

There is no output.

yay config:

{
        "aururl": "https://aur.archlinux.org",
        "buildDir": "/home/chn/.cache/yay",
        "absdir": "/home/chn/.cache/yay/abs",
        "editor": "",
        "editorflags": "",
        "makepkgbin": "makepkg",
        "makepkgconf": "",
        "pacmanbin": "pacman",
        "pacmanconf": "/etc/pacman.conf",
        "redownload": "no",
        "rebuild": "no",
        "batchinstall": false,
        "answerclean": "",
        "answerdiff": "",
        "answeredit": "",
        "answerupgrade": "",
        "gitbin": "git",
        "gpgbin": "gpg",
        "gpgflags": "",
        "mflags": "",
        "sortby": "votes",
        "searchby": "name-desc",
        "gitflags": "",
        "removemake": "ask",
        "sudobin": "sudo",
        "sudoflags": "",
        "requestsplitn": 150,
        "sortmode": 0,
        "completionrefreshtime": 7,
        "sudoloop": false,
        "timeupdate": false,
        "devel": false,
        "cleanAfter": false,
        "provides": true,
        "pgpfetch": true,
        "upgrademenu": true,
        "cleanmenu": true,
        "diffmenu": true,
        "editmenu": false,
        "combinedupgrade": false,
        "useask": false
}

CHN-beta avatar May 25 '20 01:05 CHN-beta

https://aur.archlinux.org/packages/?O=0&SeB=nd&K=intel-parallel-studio-xe&outdated=&SB=n&SO=a&PP=50&do_Search=Go - is not found by AUR web.

EDIT: It's a package base https://aur.archlinux.org/packages/?O=0&SeB=b&K=intel-parallel-studio-xe&outdated=&SB=n&SO=a&PP=50&do_Search=Go

We currently do not support search by package base and aur rpc doesn't either https://wiki.archlinux.org/index.php/Aurweb_RPC_interface

I would like to implement this, but I don't see how

Jguer avatar Jun 15 '20 07:06 Jguer

https://aur.archlinux.org/packages/?O=0&SeB=nd&K=intel-parallel-studio-xe&outdated=&SB=n&SO=a&PP=50&do_Search=Go - is not found by AUR web

So, it is a bug of AUR?

CHN-beta avatar Jun 15 '20 07:06 CHN-beta

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 01 '20 11:11 stale[bot]

Can we reopen this issue? I'd like to see support for pkgbases added.

Raymo111 avatar Oct 13 '21 04:10 Raymo111

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Feb 11 '22 06:02 stale[bot]

unstale

Raymo111 avatar Feb 11 '22 06:02 Raymo111

I'm setting it as approved as I'd like to see this feature, but this needs to be implemented upstream (from previous research and a fast test right now 2022/02/11)

EDIT.PS: setting it as approved will stop stale bot from going rogue

Jguer avatar Feb 11 '22 08:02 Jguer

Thanks!

Raymo111 avatar Feb 11 '22 19:02 Raymo111

Closing as this has not been implemented by the RPC, this would be possible to implement in the metadata client but would cause it to have a "by" extension that the RPC client does not support

Jguer avatar Feb 21 '23 03:02 Jguer