diff options
author | zachir <zachir@librem.one> | 2025-06-30 22:29:41 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-30 22:29:41 -0500 |
commit | cd5c43d1c22297a4da818b46e946b6a8e9287842 (patch) | |
tree | b3e6b6dba62dd90cfba99f1c039bf5b4cb77b6ea /yay | |
parent | da43b9a0634849720840c5fcd1f3cd4663087d85 (diff) | |
parent | 64187650dcb08fc08a219412024ab454613ac596 (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/yay/config.json b/yay/config.json index 0e764be..c06f416 100644 --- a/yay/config.json +++ b/yay/config.json @@ -1,7 +1,7 @@ { "aururl": "https://aur.archlinux.org", - "buildDir": "$HOME/.cache/yay", - "absdir": "$HOME/.cache/yay/abs", + "aurrpcurl": "https://aur.archlinux.org/rpc?", + "buildDir": "/home/zachir/.cache/yay", "editor": "nvim", "editorflags": "", "makepkgbin": "makepkg", @@ -9,9 +9,8 @@ "pacmanbin": "pacman", "pacmanconf": "/etc/pacman.conf", "redownload": "no", - "rebuild": "no", - "answerclean": "", - "answerdiff": "", + "answerclean": "All", + "answerdiff": "All", "answeredit": "", "answerupgrade": "", "gitbin": "git", @@ -21,23 +20,31 @@ "sortby": "votes", "searchby": "name-desc", "gitflags": "", - "removemake": "ask", + "removemake": "yes", "sudobin": "sudo", "sudoflags": "", + "version": "12.4.2", "requestsplitn": 150, - "sortmode": 0, "completionrefreshtime": 7, - "sudoloop": false, + "maxconcurrentdownloads": 1, + "bottomup": true, + "sudoloop": true, "timeupdate": false, "devel": false, - "cleanAfter": false, + "cleanAfter": true, + "keepSrc": false, "provides": true, "pgpfetch": true, - "upgrademenu": true, "cleanmenu": true, "diffmenu": true, - "editmenu": true, + "editmenu": false, "combinedupgrade": false, "useask": false, - "batchinstall": false + "batchinstall": false, + "singlelineresults": false, + "separatesources": true, + "debug": false, + "rpc": true, + "doubleconfirm": true, + "rebuild": "no" } |