Package Details: pbget 2021.12-13

Git Clone URL: https://aur.archlinux.org/pbget.git (read-only, click to copy)
Package Base: pbget
Description: Retrieve PKGBUILDs and local source files from Git, ABS and the AUR for makepkg.
Upstream URL: https://xyne.dev/projects/pbget
Keywords: arch_linux aur pacman
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 89
Popularity: 0.052303
First Submitted: 2009-02-13 07:16 (UTC)
Last Updated: 2023-06-27 09:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

alexandre-mbm commented on 2017-05-19 18:37 (UTC)

$ pbget -h Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/lib/python3.6/site-packages/pbget.py", line 32, in <module> import AUR.RPC File "/usr/lib/python3.6/site-packages/AUR/RPC.py", line 53, in <module> import MemoizeDB ModuleNotFoundError: No module named 'MemoizeDB'

alfredo.ardito commented on 2017-05-16 13:25 (UTC)

Great. Successfully built. thx

Xyne commented on 2017-05-16 12:57 (UTC)

@alfredo.ardito It should be fixed now.

alfredo.ardito commented on 2017-05-16 08:02 (UTC)

Managed to setup the right signatures but then after I got the following error: ==> Making package: pbget 2016.4.4.1-3 (mar 16 mag 2017, 09.56.21, CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading pbget-2016.4.4.1.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://xyne.archlinux.ca/projects/pbget/src/pbget-2016.4.4.1.tar.xz Aborting... ==> ERROR: Makepkg was unable to build . ==> Restart building pbget ? [y/N] ==> ------------------------------

Xyne commented on 2017-05-13 02:28 (UTC)

@alfredo.ardito The signatures are correct. You need to import the key into your user's keyring to verify the signature with makepkg. For details, see e.g. https://aur.archlinux.org/packages/python3-aur/

alfredo.ardito commented on 2017-05-11 08:06 (UTC)

Failed building with the following error: ==> Validating source files with md5sums... python3-xcgf-2017.3.tar.xz ... Passed python3-xcgf-2017.3.tar.xz.sig ... Passed ==> Validating source files with sha512sums... python3-xcgf-2017.3.tar.xz ... Passed python3-xcgf-2017.3.tar.xz.sig ... Passed ==> Verifying source file signatures with gpg... python3-xcgf-2017.3.tar.xz ... FAILED ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build python3-xcgf. ==> Restart building python3-xcgf ? [y/N] ==> -------------------------------------

Xyne commented on 2017-05-01 19:14 (UTC)

@notuxius python3-memoizedb is a dependency of python3-xcpf, which is a dependency of this package. Your local dependency tree is broken.

notuxius commented on 2017-05-01 09:15 (UTC) (edited on 2017-05-01 09:17 (UTC) by notuxius)

@Xyne - "ModuleNotFoundError: No module named 'MemoizeDB'" error on first launch - looks like package 'python3-memoizedb' needs to be a dependency

Xyne commented on 2016-07-10 20:56 (UTC)

I have been gradually working on a new backend for a while. It is available for testing here[1]. It is not entirely backwards-compatible so please give it a try now and get ready to migrate your configuration files and scripts. Extension developers are most welcome :D. Please keep related discussion in the forum thread. [1] https://bbs.archlinux.org/viewtopic.php?id=214706