1 .TH AUR-DEPENDS 1 2022-02-27 AURUTILS
3 aur\-depends \- retrieve dependencies using aurweb
8 .IR "pkgname [pkgname...]"
13 solves dependencies for packages provided on the command-line,
18 .BR \-b ", " \-\-pkgbase
19 Print dependency information (AUR-only) to stdout as
24 .BR \-n ", " \-\-pkgname
25 Print dependency information (AUR-only) to stdout as
30 .BR \-a ", " \-\-pkgname\-all
31 Print dependency information to stdout as
33 in total order. All dependencies are printed.
36 .BR \-G ", " \-\-graph
37 Print dependency information to stdout as edges
38 .BR \%pkgbase\etdepends ,
45 .BR \-t ", " \-\-table
46 Output dependency information in the following format:
47 .BR \%pkgname\etdepends\etpkgbase\etpkgver .
49 .SS Dependency options
50 When resolving dependencies,
57 of dependencies by default.
59 can be taken into account with the
61 option. Types can be removed selectively with
64 .BR \-\-no\-makedepends ,
66 .B \-\-no\-checkdepends
67 options. In particular, these options may be used to bypass cycles between dependencies of differing types.
70 Version information is ignored for dependencies. See
83 .MT https://github.com/AladW
87 .\" vim: set textwidth=72: