You are not logged in.
I have a few PKGBUILD packaged and installed on my system (I'm using yay as a AUR package manager)
Where are theses PKGBUILD stored on my system? (not the https://aur.archlinux.org/ url of the package, the local copy on my system)
I've looked into /etc/makepkg.conf, but didn't find anything usefull
Last edited by Thrawn (2018-11-23 10:02:24)
Offline
That's purely a function of your helper. See if it's documentation tells you.
Last edited by Scimmia (2018-11-22 17:36:29)
Online
~/.cache/yay
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Thanks, that's exactly what I was looking for. For the record, I found the same information using the following command:
~> yay -Pg
{
"aururl": "https://aur.archlinux.org",
"buildDir": "/home/<username>/.cache/yay",
...
}
Offline