yay.8 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. '\" t
  2. .TH "YAY" "8" "2018\-07\-01" "Yay v7\&.887+" "Yay Manual"
  3. .nh
  4. .ad l
  5. .SH "NAME"
  6. yay \- AUR Helper written in go
  7. .SH "SYNOPSIS"
  8. .sp
  9. \fIyay\fR <operation> [options] [targets]
  10. .sp
  11. \fIyay\fR <search pattern>
  12. .sp
  13. \fIyay\fR
  14. .SH "DESCRIPTION"
  15. .sp
  16. Yay is a Pacman wrapper with AUR support\&. It passes options to Makepkg and
  17. Pacman after resolving packages to install/upgrade\&.
  18. .sp
  19. This manpage only covers options unique to Yay\&. For other options see
  20. \fBpacman(8)\fR\&.
  21. .SH "YAY OPERATIONS"
  22. .PP
  23. \fB\-Y, \-\-yay\fR
  24. .RS 4
  25. Perform yay specific operations\&. This is the default if no other operation is
  26. selected\&.
  27. .RE
  28. .PP
  29. \fB\-P, \-\-print\fR
  30. .RS 4
  31. Perform yay specific print operations\&.
  32. .RE
  33. .PP
  34. \fB\-G, \-\-getpkgbuild\fR
  35. .RS 4
  36. Downloads PKGBUILD from ABS or AUR\&.
  37. .RE
  38. .PP
  39. If no arguments are provided 'yay \-Syu' will be performed\&.
  40. .RE
  41. .PP
  42. If no operation is selected \-Y will be assumed\&.
  43. .SH "EXTENDED PACMAN OPERATIONS"
  44. .PP
  45. \fB\-S, \-Si, \-Ss, \-Su, \-Sc, \-Qu\fR
  46. .RS 4
  47. These operations are extended to support both AUR and repo packages\&.
  48. .RE
  49. .PP
  50. \fB\-Sc\fR
  51. .RS 4
  52. Yay will also clean cached AUR package and any untracked Files in the
  53. cache\&. Untracked files cleaning only works for packages downloaded
  54. using gitclone\&. Cleaning untracked files will wipe any downloaded
  55. sources or built packages but will keep already downloaded vcs sources\&.
  56. .RE
  57. .PP
  58. \fB\-R\fR
  59. .RS 4
  60. Yay will also remove cached data about devel packages\&.
  61. .RE
  62. .SH "NEW OPTIONS"
  63. .PP
  64. \fB \-\-repo\fR
  65. .RS 4
  66. Assume all targets are from the repositories\&. Additionally Actions such as
  67. sysupgrade will only act on repository packages\&.
  68. .RE
  69. \fB\-a \-\-aur\fR
  70. .RS 4
  71. Assume all targets are from the AUR\&. Additionally Actions such as
  72. sysupgrade will only act on AUR packages\&.
  73. Note that dependency resolving will still act as normal and include repository
  74. packages\&.
  75. .RE
  76. .SH "YAY OPTIONS (APPLY TO \-Y AND \-\-YAY)"
  77. .PP
  78. \fB<NO OPTION>\fR
  79. .RS 4
  80. Displays a list of packages matching the search terms and prompts the user on
  81. which packages to install (yogurt mode)\&.
  82. .RE
  83. .PP
  84. \fB \-\-gendb\fR
  85. .RS 4
  86. Generate development package database\&. Tracks the latest commit for each
  87. development package, when there is a new commit Yay will know to update\&. This
  88. is done per package whenever a package is synced. This option should only be
  89. used when migrating to Yay from another AUR helper.
  90. .RE
  91. .PP
  92. \fB\-c \-\-clean\fR
  93. .RS 4
  94. Remove unneeded dependencies\&.
  95. .RE
  96. .SH "PRINT OPTIONS (APPLY TO \-P AND \-\-PRINT)"
  97. \fB\-c \-\-complete\fR
  98. .RS 4
  99. Print a list of all AUR and repo packages\&. This is to allow shell completion
  100. and is not intended to be used directly by the user\&.
  101. .RE
  102. .PP
  103. \fB\-f \-\-fish\fR
  104. .RS 4
  105. During complete adjust the output for the fish shell\&.
  106. .RE
  107. .PP
  108. \fB\-d \-\-defaultconfig\fR
  109. .RS 4
  110. Print default yay configuration\&.
  111. .RE
  112. .PP
  113. \fB\-g \-\-config\fR
  114. .RS 4
  115. Print current yay configuration\&.
  116. .RE
  117. .PP
  118. \fB\-n \-\-numberupgrades\fR
  119. .RS 4
  120. Print number of packages that need to be updated\&. Note this does not perform
  121. a database refresh\&. Run \fByay \-Sy\fR Before this for an up to date result\&.
  122. .RE
  123. .PP
  124. \fB\-s \-\-stats\fR
  125. .RS 4
  126. Displays information about installed packages and system health\&. If there are
  127. orphaned, out\-of\-date or packages that no longer exist on the AUR warnings will
  128. be displayed\&.
  129. .RE
  130. .PP
  131. \fB\-u \-\-upgrades\fR
  132. .RS 4
  133. Print Names of packages that need to be updated\&. Note this does not perform
  134. a database refresh\&. Run \fByay \-Sy\fR Before this for an up to date result\&.
  135. .RE
  136. .PP
  137. \fB\-w \-\-news\fR
  138. .RS 4
  139. Print new news from the Archlinux homepage\&. News is considered new if it is
  140. newer than the build date of all native packages\&. Pass this twice to show all
  141. available news\&.
  142. .RE
  143. .PP
  144. \fB\-q \-\-quiet\fR
  145. .RS 4
  146. Only show titles when printing news\&.
  147. .RE
  148. .PP
  149. .SH "PERMANENT CONFIGURATION SETTINGS"
  150. .PP
  151. \fB\-\-save\fR
  152. .RS 4
  153. Causes the following options to be saved back to the config file\&. This
  154. provides an easy way to change config options without directly editing the
  155. file\&.
  156. .RE
  157. .PP
  158. \fB\-\-builddir <dir>\fR
  159. .RS 4
  160. Directory to use for Building AUR Packages\&. This directory is also used as
  161. the AUR cache when deciding if Yay should should skip builds\&.
  162. .RE
  163. .PP
  164. \fB\-\-editor <file>\fR
  165. .RS 4
  166. Editor to use when editing PKGBUILDs\&. If this is not set the \fBEDITOR\fR
  167. environment variable will be checked, followed by \fBVISUAL\fR\&. If none of
  168. these are set Yay will prompt the user for an editor\&.
  169. .RE
  170. .PP
  171. \fB\-\-editorflags <flags>\fR
  172. .RS 4
  173. Passes arguments to the editor\&. These flags get passed to every instance where
  174. the editor is called by Yay. Arguments are split on whitespace before being
  175. passed to gpg. Multiple arguments may be passed by supplying a space
  176. separated list that is quoted by the shell.
  177. .RE
  178. .PP
  179. \fB\-\-makepkg <file>\fR
  180. .RS 4
  181. The command to use for \fBmakepkg\fR calls. This can be a command in
  182. \fBPATH\fR or an absolute path to the file\&.
  183. .RE
  184. .PP
  185. \fB\-\-pacman <file>\fR
  186. .RS 4
  187. The command to use for \fBpacman\fR calls. This can be a command in
  188. \fBPATH\fR or an absolute path to the file\&.
  189. .RE
  190. .PP
  191. \fB\-\-tar <file>\fR
  192. .RS 4
  193. The command to use for \fBbsdtar\fR calls. This can be a command in
  194. \fBPATH\fR or an absolute path to the file\&.
  195. .RE
  196. .PP
  197. \fB\-\-git <file>\fR
  198. .RS 4
  199. The command to use for \fBgit\fR calls. This can be a command in
  200. \fBPATH\fR or an absolute path to the file\&.
  201. .RE
  202. .PP
  203. \fB\-\-gpg <file>\fR
  204. .RS 4
  205. The command to use for \fBgpg\fR calls. This can be a command in
  206. \fBPATH\fR or an absolute path to the file\&.
  207. .RE
  208. .PP
  209. \fB\-\-config <file>\fR
  210. .RS 4
  211. The pacman config file to use\&.
  212. .RE
  213. .PP
  214. \fB\-\-requestsplitn <n>\fR
  215. .RS 4
  216. The maximum amount of packages to request per AUR query\&. The higher the
  217. number the faster AUR requests will be\&. Requesting too many packages in one
  218. AUR query will cause an error\&. This should only make a noticeable difference
  219. with very large requests (>500) packages\&.
  220. .RE
  221. .PP
  222. \fB\-\-sortby <votes|popularity|id|baseid|name|base|submitted|modified>\fR
  223. .RS 4
  224. Sort AUR results by a specific field during search\&.
  225. .RE
  226. .PP
  227. \fB\-\-answerclean <All|None|Installed|NotInstalled|...>\fR
  228. .RS 4
  229. Set a predetermined answer for the clean build menu question\&. This answer
  230. will be used instead of reading from standard input but will be treated exactly
  231. the same when parsed\&.
  232. .RE
  233. .PP
  234. \fB\-\-answerdiff <All|None|Installed|NotInstalled|...>\fR
  235. .RS 4
  236. Set a predetermined answer for the edit diff menu question\&. This answer
  237. will be used instead of reading from standard input but will be treated exactly
  238. the same when parsed\&.
  239. .RE
  240. .PP
  241. \fB\-\-answeredit <All|None|Installed|NotInstalled|...>\fR
  242. .RS 4
  243. Set a predetermined answer for the edit pkgbuild menu question\&. This answer
  244. will be used instead of reading from standard input but will be treated exactly
  245. the same when parsed\&.
  246. .RE
  247. .PP
  248. \fB\-\-answerupgrade\fR <Repo|^Repo|None|...>
  249. .RS 4
  250. Set a predetermined answer for the upgrade menu question\&. Selects which package
  251. ranges or repos to omit for updades\&. This answer will be used instead of
  252. reading from standard input but will be treated exactly the same\&.
  253. .RE
  254. .PP
  255. \fB\-\-noanswerclean\fR
  256. .RS 4
  257. Unset the answer for the clean build menu\&.
  258. .RE
  259. .PP
  260. \fB\-\-noanswerdiff\fR
  261. .RS 4
  262. Unset the answer for the diff menu\&.
  263. .RE
  264. .PP
  265. \fB\-\-noansweredit\fR
  266. .RS 4
  267. Unset the answer for the edit pkgbuild menu\&.
  268. .RE
  269. .PP
  270. \fB\-\-noanswerupgrade\fR
  271. .RS 4
  272. Unset the answer for the upgrade menu\&.
  273. .RE
  274. .PP
  275. \fB\-\-cleanmenu\fR
  276. .RS 4
  277. Show the clean menu\&. This menu gives you the chance to fully delete the
  278. downloaded build files from Yay's cache before redownloing a fresh copy\&.
  279. .RE
  280. .PP
  281. \fB\-\-diffmenu\fR
  282. .RS 4
  283. Show the diff menu\&. This menu gives you the option to view diffs from
  284. build files before building\&.
  285. .RE
  286. .PP
  287. \fB\-\-editmenu\fR
  288. .RS 4
  289. Show the edit menu\&. This menu gives you the option to edit or view PKGBUILDs
  290. before building\&.
  291. \fBWarning\fR: Yay resolves dependencies ahead of time via the RPC\&. It is not
  292. recommended to edit pkgbuild variables unless you know what you are doing\&.
  293. .RE
  294. .PP
  295. \fB\-\-upgrademenu\fR
  296. .RS 4
  297. Show a detailed list of updates in a similar format to VerbosePkgLists\&.
  298. Upgrades can also be skipped using numbers, number ranges or repo names\&.
  299. Adidionally ^ can be used to invert the selection\&.
  300. \fBWarning\fR: It is not recommended to skip updates from the repositores as
  301. this can lead to partial upgrades\&. This feature is intended to easily skip AUR
  302. updates on the fly that may be broken or have a long compile time\&. Ultimately
  303. it is up to the user what upgrades they skip\&.
  304. .RE
  305. .PP
  306. \fB\-\-nocleanmenu\fR
  307. .RS 4
  308. Do not show the clean menu\&.
  309. .RE
  310. .PP
  311. \fB\-\-nodiffmenu\fR
  312. .RS 4
  313. Do not show the diff menu\&.
  314. .RE
  315. .PP
  316. \fB\-\-noeditmenu\fR
  317. .RS 4
  318. Do not show the edit menu\&.
  319. .RE
  320. .PP
  321. \fB\-\-noupgrademenu\fR
  322. .RS 4
  323. Do not show the upgrade menu\&.
  324. .RE
  325. .PP
  326. \fB\-\-topdown\fR
  327. .RS 4
  328. Display repository packages first and then AUR packages\&.
  329. .RE
  330. .PP
  331. \fB\-\-bottomup\fR
  332. .RS 4
  333. Show AUR packages first and then repository packages\&.
  334. .RE
  335. .PP
  336. \fB\-\-devel\fR
  337. .RS 4
  338. During sysupgrade also check AUR development packages for updates\&. Currently
  339. only GitHub packages are supported\&.
  340. .RE
  341. .PP
  342. \fB\-\-nodevel\fR
  343. .RS 4
  344. Do not check for development packages updates during sysupgrade\&.
  345. .RE
  346. .PP
  347. \fB\-\-gitclone\fR
  348. .RS 4
  349. Use git to download and update PKGBUILDs\&. PKGBUILDs previously downloaded
  350. using tarball will continue to use tarballs until the package is clean
  351. built\&. Similarly, PKGBUILDs managed with git will continue to use git until
  352. the package is clean built.\&.
  353. .RE
  354. .PP
  355. \fB\-\-nogitclone\fR
  356. .RS 4
  357. Download and update PKGBUILDs using tarballs\&. The above conditions about
  358. previously installed packages still apply\&.
  359. .RE
  360. .PP
  361. \fB\-\-showdiffs\fR
  362. .RS 4
  363. Show diffs for build files\&. Diffs are shown via \fBgit diff\fR which uses
  364. less by default\&. This behaviour can be changed via git's config, the
  365. \fB$GIT_PAGER\fR or \fB$PAGER\fR environment variables\&.
  366. .RE
  367. .PP
  368. \fB\-\-noshowdiffs\fR
  369. .RS 4
  370. Show diffs for build files\&. Files will be opened by the editor\%.
  371. .RE
  372. .PP
  373. \fB\-\-afterclean\fR
  374. .RS 4
  375. Remove package sources after successful Install\&.
  376. .RE
  377. .PP
  378. \fB\-\-noafterclean\fR
  379. .RS 4
  380. Do not remove package sources after successful Install\&.
  381. .RE
  382. .PP
  383. \fB\-\-timeupdate\fR
  384. .RS 4
  385. During sysupgrade also compare the build time of installed packages against
  386. the last modification time of each package's AUR page\&.
  387. .RE
  388. .PP
  389. \fB\-\-notimeupdate\fR
  390. .RS 4
  391. Do not consider build times during sysupgrade\&.
  392. .RE
  393. .PP
  394. \fB\-\-redownload\fR
  395. .RS 4
  396. Always download pkgbuilds of targets even when a copy is available in cache\&.
  397. .RE
  398. .PP
  399. \fB\-\-redownloadall\fR
  400. .RS 4
  401. Always download pkgbuilds of all AUR packages even when a copy is available
  402. in cache\&.
  403. .RE
  404. .PP
  405. \fB\-\-noredownload\fR
  406. .RS 4
  407. When downloading pkgbuilds if the pkgbuild is found in cache and is equal or
  408. newer than the AUR's version use that instead of downloading a new one\&.
  409. .RE
  410. .PP
  411. \fB\-\-provides\fR
  412. .RS 4
  413. Look for matching providers when searching for AUR packages\&. When multiple
  414. providers are found a menu will appear prompting you to pick one\&. This
  415. increases dependency resolve time although this should not be noticeable\&.
  416. .RE
  417. .PP
  418. \fB\-\-noprovides\fR
  419. .RS 4
  420. Do not look for matching providers when searching for AUR packages\&. If
  421. multiple providers happen to be found the menu will still appear\&.
  422. .RE
  423. .PP
  424. \fB\-\-pgpfetch\fR
  425. .RS 4
  426. Prompt to import unknown PGP keys from the \fBvalidpgpkeys\fR field of each
  427. PKGBUILD.
  428. .RE
  429. .PP
  430. \fB\-\-pgpfetch\fR
  431. .RS 4
  432. Do not prompt to import unknown PGP keys\&. This is likley to cause a build
  433. failiure unless using options such as \fB\-\-skippgpcheck\fR or a customized
  434. gpg config\%.
  435. .RE
  436. .PP
  437. \fB\-\-useask\fR
  438. .RS 4
  439. Use pacman's --ask flag to automatically confirm package conflicts\&. Yay lists
  440. conflicts ahead of time\&. It is possible thay Yay does not detect
  441. a conflict\&. Causing a package to be removed without the user's confimation\&.
  442. Although this is very unlikley\&.
  443. .RE
  444. .PP
  445. \fB\-\-nouseask\fR
  446. .RS 4
  447. Manually resolve package conflicts during the install. Packages which do not
  448. conflict will not need to be confimed manually\&.
  449. .RE
  450. .PP
  451. \fB\-\-combinedupgrade\fR
  452. .RS 4
  453. During sysupgrade, Yay will first perform a refresh, then show
  454. its combined menu of repo and AUR packages that will be upgraded\&. Then after
  455. reviewing the pkgbuilds, the repo and AUR upgrade will start with no need
  456. for manual intervention\&.
  457. If Yay exits for any reason After the refresh without upgrading\&. It is then
  458. the user's responsibility to either resolve the reason Yay exited or run
  459. a sysupgrade through pacman directly\&.
  460. .RE
  461. .PP
  462. \fB\-\-nocombinedupgrade\fR
  463. .RS 4
  464. During sysupgrade, Pacman \-Syu will be called, then the AUR upgrade will
  465. start\&. This means the upgrade menu and pkgbuild review will be performed
  466. after the sysupgrade has finished\&.
  467. .RE
  468. .PP
  469. \fB\-\-rebuild\fR
  470. .RS 4
  471. Always build target packages even when a copy is available in cache\&.
  472. .RE
  473. .PP
  474. \fB\-\-rebuildall\fR
  475. .RS 4
  476. Always build all AUR packages even when a copy is available
  477. in cache\&.
  478. .RE
  479. .PP
  480. \fB\-\-rebuildtree\fR
  481. .RS 4
  482. When installing an AUR package rebuild and reinstall all of its AUR
  483. dependencies recursivley, even the ones already installed. This flag allows
  484. you to easily rebuild packages against your current system's libraries if they
  485. have become incompatible.
  486. .RE
  487. .PP
  488. \fB\-\-norebuild\fR
  489. .RS 4
  490. When building packages if the package is found in cache and is an equal version
  491. to the one wanted skip the package build and use the existing package\&.
  492. .RE
  493. .PP
  494. \fB\-\-mflags <flags>\fR
  495. .RS 4
  496. Passes arguments to makepkg\&. These flags get passed to every instance where
  497. makepkg is called by Yay. Arguments are split on whitespace before being
  498. passed to makepkg. Multiple arguments may be passed by supplying a space
  499. separated list that is quoted by the shell.
  500. .RE
  501. .PP
  502. \fB\-\-gpgflags <flags>\fR
  503. .RS 4
  504. Passes arguments to gpg\&. These flags get passed to every instance where
  505. gpg is called by Yay. Arguments are split on whitespace before being
  506. passed to gpg. Multiple arguments may be passed by supplying a space
  507. separated list that is quoted by the shell.
  508. .RE
  509. .PP
  510. \fB\-\-sudoloop\fR
  511. .RS 4
  512. Loop sudo calls in the background to prevent sudo from timing out during long
  513. builds\&.
  514. .RE
  515. .PP
  516. \fB\-\-nosudoloop\fR
  517. .RS 4
  518. Do not loop sudo calls in the background\&.
  519. .RE
  520. .SH "EXAMPLES"
  521. .PP
  522. yay \fIfoo\fR
  523. .RS 4
  524. Search and install from the repos and the \fBAUR\fR\ using yogurt mode\&.
  525. .RE
  526. .PP
  527. yay \-Syu
  528. .RS 4
  529. Update package list and upgrade all currently installed repo and \fBAUR\fR\&.
  530. .RE
  531. .PP
  532. yay \-S \fIfoo\fR
  533. .RS 4
  534. Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  535. .RE
  536. .PP
  537. yay \-Ss \fIfoo\fR
  538. .RS 4
  539. Searches for package \fIfoo\fR on the repos or the \fBAUR\fR\&.
  540. .RE
  541. .PP
  542. yay \-Si \fIfoo\fR
  543. .RS 4
  544. Gets information about package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  545. .RE
  546. .PP
  547. yay \-S \fIfoo\fR \-\-mflags "\-\-skipchecksums \-\-skippgpcheck"
  548. .RS 4
  549. Installs \fIfoo\fR while skipping checksums and pgp checks\&.
  550. .RE
  551. .PP
  552. yay \-\-devel \-\-save
  553. .RS 4
  554. Sets devel to true in the config\&.
  555. .RE
  556. .PP
  557. yay \-P \-\-stats
  558. .RS 4
  559. Shows statistics for installed packages and system health\&.
  560. .RE
  561. .SH "FILES"
  562. .sp
  563. \fBCONFIG DIRECTORY\fR
  564. .RS 4
  565. The config directory is \fI$XDG_CONFIG_HOME/yay/\fR\&. if
  566. \fB$XDG_CONFIG_HOME\fR is unset, the config directory will fall back to
  567. \fI$HOME/.config/yay\fR\&.
  568. .PP
  569. \fIconfig.json\fR\& Is used to store all of Yay's config options\&. Editing
  570. this file should be done through Yay, using the options
  571. mentioned in \fBPERMANENT CONFIGURATION SETTINGS\fR\&.
  572. .RE
  573. .PP
  574. \fBCACHE DIRECTORY\fR
  575. .RS 4
  576. The cache directory is \fI$XDG_CACHE_HOME/yay/\fR\&. if
  577. \fB$XDG_CACHE_HOME\fR is unset, the cache directory will fall back to
  578. \fI$HOME/.cache/yay\fR\&.
  579. .PP
  580. \fIaur_<shellname>\fR holds a list of of all packages, including the AUR,
  581. for shell completion\&. The completion files are refreshed every 48 hours\&.
  582. .PP
  583. \fIvcs.json\fR tracks VCS packages and the latest commit of each source. If
  584. any of these commits change the package will be upgraded during a devel update.
  585. .RE
  586. .PP
  587. \fBBUILD DIRECTORY\fR
  588. .RS 4
  589. Unless otherwise set this should be the same as \fBCACHE DIRECTORY\fR. This
  590. directory is used to store downloaded AUR Packages as well as any source files
  591. and built packages from those packages\&.
  592. .RE
  593. .PP
  594. \fBPACMAN.CONF\fR
  595. .RS 4
  596. Yay uses Pacman's config file to set certain pacman options either through
  597. go\-alpm or Yay itself. Options inherited include most libalpm options and
  598. pacman options\&.
  599. .PP
  600. Notably \fBDatabases\fR, \fBColor\fR and \fB*Path/*Dir\fR options are used\&.
  601. .RE
  602. .PP
  603. .SH "SEE ALSO"
  604. .sp
  605. \fBmakepkg\fR(8)
  606. \fBPKGBUILD\fR(5)
  607. \fBpacman\fR(8)
  608. \fBpacman\&.conf\fR(5)
  609. .PP
  610. See the arch wiki at https://wiki\&.archlinux\&.org/index\&.php/Arch_User_Repository for more info on the \fBAUR\fR\&.
  611. .SH "BUGS"
  612. .PP
  613. Please report bugs to our GitHub page https://github\&.com/Jguer/yay
  614. .SH "AUTHORS"
  615. .sp
  616. Jguer <joaogg3@gmail\&.com>
  617. .br
  618. Morgana <morganamilo@gmail\&.com>