paru 0.99.2

Aur helper and pacman wrapper
Usage:
    paru
    paru <operation> [...]
    paru <package(s)>

Pacman operations:
    paru {-h --help}
    paru {-V --version}
    paru {-D --database}    <options> <package(s)>
    paru {-F --files}       [options] [package(s)]
    paru {-Q --query}       [options] [package(s)]
    paru {-R --remove}      [options] <package(s)>
    paru {-S --sync}        [options] [package(s)]
    paru {-T --deptest}     [options] [package(s)]
    paru {-U --upgrade}     [options] <file(s)>

New operations:
    paru {-P --show}        [options]
    paru {-G --getpkgbuild} [package(s)]

If no arguments are provided 'paru -Syu' will be performed

Opless options:
    -c --clean            Remove unneeded dependencies
       --gendb            Generates development package DB used for updating

New options:
       --repo             Assume targets are from the repositories
    -a --aur              Assume targets are from the AUR
    --aururl    <url>     Set an alternative AUR URL
    --builddir  <dir>     Directory used to download and run PKGBUILDS

    --makepkg   <file>    makepkg command to use
    --mflags    <flags>   Pass arguments to makepkg
    --pacman    <file>    pacman command to use
    --git       <file>    git command to use
    --gitflags  <flags>   Pass arguments to git
    --sudo      <file>    sudo command to use
    --sudoflags <flags>   Pass arguments to sudo
    --asp       <file>    asp command to use
    --gpg       <file>    gpg command to use
    --gpgflags  <flags>   Pass arguments to gpg
    --fm        <file>    File manager to use for pkgbuild review
    --fmflags   <flags>   Pass arguments to file manager

    --completioninterval  <n> Time in days to refresh completion cache
    --sortby    <field>   Sort AUR results by a specific field during search
    --searchby  <field>   Search for packages using a specified field

    --upgrademenu [ans]   Show interactive menu to skip upgrades
    --removemake          Remove makedepends after install
    --noremovemake        Don't remove makedepends after install
    --cleanafter          Remove package sources after successful install
    --nocleanafter        Do not remove package sources after successful build
    --rebuild             Always build target packages
    --rebuildall          Always build all AUR packages
    --norebuild           Skip package build if in cache and up to date
    --rebuildtree         Always build all AUR packages even if installed
    --redownload          Always download pkgbuilds of targets
    --noredownload        Skip pkgbuild download if in cache and up to date
    --redownloadall       Always download pkgbuilds of all AUR packages

    --pgpfetch            Prompt to import PGP keys from PKGBUILDs
    --nopgpfetch          Don't prompt to import PGP keys
    --useask              Automatically resolve conflicts using pacman's ask flag
    --nouseask            Confirm conflicts manually during the install
    --combinedupgrade     Refresh then perform the repo and AUR upgrade together
    --nocombinedupgrade   Perform the repo upgrade and AUR upgrade separately
    --batchinstall        Build multiple AUR packages then install them together
    --nobatchinstall      Build and install each AUR package one by one
    --provides            Look for matching providers when searching for packages
    --noprovides          Just look for packages by pkgname
    --devel               Check development packages during sysupgrade
    --nodevel             Do not check development packages
    --sudoloop            Loop sudo calls in the background to avoid timeout
    --nosudoloop          Do not loop sudo calls in the background
    --bottomup            Shows AUR's packages first and then repository's
    --topdown             Shows repository's packages first and then AUR's

show specific options:
    -c --complete         Used for completions
    -w --news             Print arch news

getpkgbuild specific options:
    -p --print            Print pkgbuild to stdout