summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authore5ten <e5ten.arch@gmail.com>2019-04-11 12:17:59 -0400
committere5ten <e5ten.arch@gmail.com>2019-05-03 13:50:12 -0400
commit376e7563a952105a5dff8c3eb3cef9d8bea610ae (patch)
tree2fc23a5d2c2e4f6ee7c60eb610465850dd1eca68 /README.pod
parentf1bdbcd5d0c945fbaadd9b45c2fcd44227edfc8e (diff)
remove AUR specific operations that provide functionality already usable with -a/--aur and switch to parseopts from libmakepkg instead of getopts for option parsing
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod63
1 files changed, 3 insertions, 60 deletions
diff --git a/README.pod b/README.pod
index c234561..6087e82 100644
--- a/README.pod
+++ b/README.pod
@@ -29,11 +29,9 @@ being knowledgeable about sudo and gpg configuration.
Two sets of command line options are provided: commands which call the pacman
binary and extend it with AUR functions B<(-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc)>,
-and flags which are AUR specific B<(--aur-sync, --aur-search, --aur-info,
---aur-buildonly, --aur-upgrade, --aur-check, --aur-clean, --aur-cleanall)>. As such,
-pacaur can be used by users who prefer to have a single tool to manage the official
-and AUR repositories, or by users who prefer to keep their AUR frontend separated
-from pacman.
+and I<-a/--aur> can be added to only apply these to the AUR. As such, pacaur can be
+used by users who prefer to have a single tool to manage the officialand AUR
+repositories, or by users who prefer to keep their AUR frontend separated from pacman.
=head1 OPERATIONS
@@ -51,60 +49,6 @@ any other pacman operations and their related options to the pacman binary.
=back
-=head2 AUR specific operations
-
-=over 4
-
-=item B<--aur-sync>
-
-Clone build files, build and install I<target(s)>. Missing dependencies will be
-automatically installed as needed.
-
-=item B<--aur-search>
-
-Search for packages with the I<target(s)> as the search term(s). Queries with
-multiple targets will return the result of the intersection of all query
-results. Extended regex patterns as defined by POSIX are allowed.
-The output will display the name, version, votes and popularity values of each
-package. The flagged status will also be indicated by a <!> symbol or a colored
-version string if colored output is enabled.
-
-=item B<--aur-info>
-
-Show info for I<target(s)>.
-
-=item B<--aur-buildonly>
-
-Clone build files and build I<target(s)>. Missing dependencies will be installed
-as needed for the build process, and removed automatically afterwards.
-
-=item B<--aur-upgrade>
-
-Update foreign packages in the AUR. Without any arguments, all manually
-installed packages will be upgraded. If I<target(s)> are supplied, only those
-packages will be upgraded.
-
-=item B<--aur-check>
-
-Check foreign packages for upgrades in the AUR. Without any arguments, all
-manually installed packages will be checked. If I<target(s)> are supplied, only
-those packages will be checked.
-
-=item B<--aur-clean>
-
-Clean foreign packages and clones. Offer to remove all non locally installed
-built packages from defined I<PKGDEST> cache, all non development files from
-defined I<SRCDEST> cache, and all uninstalled clones from AUR clones directory.
-If I<target(s)> are supplied, only those specific clones will be removed.
-
-=item B<--aur-cleanall>
-
-Clean all foreign packages and clones. Offer to remove all built packages from
-defined I<PKGDEST>, all sources in defined I<SRCDEST>, and all local clones from
-clones directory.
-
-=back
-
=head2 General operations
=over 4
@@ -185,7 +129,6 @@ Perform commands without confirmation from the user.
Perform commands without editing any installation files. Overrides the
I<--edit> option.
-
=item B<--rebuild>
Always rebuild packages regardless of any existing file in I<$PKGDEST> directory,