Tell me about it - I get faced sometimes with 5 or 6 PKGBUILDS and historically skipped them without too much fuss… but obviously I’d never admit to that in public ![]()
But yes, being terminally lazy is a big problem that I have to fight against.
I do get my PKGBUILDS show up when I run yay,
Summary
~/.config/yay/config.json
Check:
"editmenu": true
Don’t forget to set your ‘user-friendly’ editor. I have:
"editor": "micro",
The entire config if you fancy backing yours up and pasting it for a test:
~/.config/yay/config.json
{
"aururl": "https://aur.archlinux.org",
"aurrpcurl": "https://aur.archlinux.org/rpc?",
"buildDir": "/home/ben/.cache/yay",
"editor": "micro",
"editorflags": "",
"makepkgbin": "makepkg",
"makepkgconf": "",
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
"answerclean": "yes",
"answerdiff": "",
"answeredit": "a",
"answerupgrade": "",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "popularity",
"searchby": "name-desc",
"gitflags": "",
"removemake": "yes",
"sudobin": "sudo",
"sudoflags": "",
"version": "12.4.2",
"requestsplitn": 150,
"completionrefreshtime": 7,
"maxconcurrentdownloads": 0,
"bottomup": true,
"sudoloop": true,
"timeupdate": false,
"devel": true,
"cleanAfter": true,
"keepSrc": false,
"provides": true,
"pgpfetch": true,
"cleanmenu": true,
"diffmenu": false,
"editmenu": true,
"combinedupgrade": true,
"useask": false,
"batchinstall": false,
"singlelineresults": false,
"separatesources": false,
"debug": false,
"rpc": true,
"doubleconfirm": true,
"rebuild": "no"
}