Description: |
Retrieve PKGBUILDs and local source files from Git, ABS and the AUR for makepkg. |
Latest Version: |
2012.12.24 |
Architecture: |
|
Dependencies: |
|
Optional Dependencies: |
|
Arch Repositories: |
|
AUR ID: |
|
Arch Forum ID: |
|
Tags: |
$ pbget --help
usage: pbget [-h] [--abs] [--arch <architecture>] [--aur] [--aur-only]
[--dir <path>] [--upgradable] [--testing]
[<pkgname> [<pkgname> ...]]
Retrieve PKGBUILDs and local source files from ABS and the AUR for makepkg.
positional arguments:
<pkgname> The source packages to retrieve.
optional arguments:
-h, --help show this help message and exit
--abs Check the ABS tree instead of the Git interface.
(requires rsync)
--arch <architecture>
Set the desired package architecture.
--aur Search the AUR. (requires python3-aur)
--aur-only Only search the AUR. (requires python3-aur)
--dir <path> Set the output directory. (default: working directory)
--upgradable Search for all upgradable packages. (requires pyalpm
and python3-aur)
--testing Search the testing branches of the ABS tree.
optional dependencies:
pyalpm Required for determining upgradable packages.
python3-aur Required for interfacing with the AUR.
rsync Required for retrieving ABS files.
pbget.sh, but it is not installed with the package and it is no longer maintained