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