chore(yay): update yay config

This commit is contained in:
Price Hiller 2023-06-30 12:46:48 -05:00
parent 7ae2d67687
commit 3036b24af6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,5 +1,6 @@
{
"aururl": "https://aur.archlinux.org",
"aurrpcurl": "https://aur.archlinux.org/rpc?",
"buildDir": "/home/sam/.cache/yay",
"editor": "",
"editorflags": "",
@ -8,7 +9,6 @@
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
"rebuild": "no",
"answerclean": "",
"answerdiff": "",
"answeredit": "",
@ -23,6 +23,7 @@
"removemake": "ask",
"sudobin": "sudo",
"sudoflags": "",
"version": "12.1.0",
"requestsplitn": 150,
"completionrefreshtime": 7,
"maxconcurrentdownloads": 0,
@ -33,7 +34,6 @@
"cleanAfter": false,
"provides": false,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
@ -42,5 +42,8 @@
"batchinstall": false,
"singlelineresults": false,
"separatesources": true,
"version": "11.3.0"
"debug": false,
"rpc": true,
"doubleconfirm": true,
"rebuild": "no"
}