Package Details: powerpill 2021.11-14

Git Clone URL: https://aur.archlinux.org/powerpill.git (read-only, click to copy)
Package Base: powerpill
Description: Pacman wrapper for faster downloads.
Upstream URL: https://xyne.dev/projects/powerpill
Keywords: arch_linux pacman system
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 243
Popularity: 0.83
First Submitted: 2012-11-29 03:58 (UTC)
Last Updated: 2023-06-27 09:33 (UTC)

Dependencies (9)

Required by (1)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 20 Next › Last »

RyuKay24 commented on 2024-05-11 11:41 (UTC) (edited on 2024-05-11 11:42 (UTC) by RyuKay24)

It won't build after python 3.12. Distutils has been deprecated since 3.10 and dropped out on 3.12

xiota commented on 2024-04-28 04:35 (UTC)

Fails to build in clean chroot. Python 3.12.

markboston commented on 2024-04-02 16:49 (UTC)

is this still being actively developed?

guiodic commented on 2023-07-18 08:17 (UTC)

Traceback (most recent call last): File "/usr/bin/bauerbill", line 3, in <module> from Bauerbill import run_main File "/usr/lib/python3.11/site-packages/Bauerbill.py", line 33, in <module> import AUR.AurPkg File "/usr/lib/python3.11/site-packages/AUR/AurPkg.py", line 22, in <module> import AUR.SRCINFO File "/usr/lib/python3.11/site-packages/AUR/SRCINFO.py", line 28, in <module> import xdg.BaseDirectory ModuleNotFoundError: No module named 'xdg.BaseDirectory'

gary9872 commented on 2022-09-18 17:21 (UTC)

pacman supports parallel downloads natively now if you're having problems with powerpill

snvmk commented on 2022-08-20 09:13 (UTC)

Why do I keep getting 403 Forbidden when trying to download Powerpill or just visit Xyne's page?

:: Starting the build:
==> Making package: python3-memoizedb 2021-4 (Sat Aug 20 16:13:12 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading python3-memoizedb-2021.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    16    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://xyne.dev/projects/python3-memoizedb/src/python3-memoizedb-2021.tar.xz
    Aborting...

JoeCool commented on 2022-07-24 01:58 (UTC)

Hi, just for clarification: My issue was due to the same name of the tar.xz and .tar.xz.sig files. I cache my aur files instead of using /tmp and trizen does not redownload those files if they already exist. So I was left with the old files and the new PKGBUILD which caused the verification error.

It shouldn't affect most users that download into a fresh directory. Leaving the checksum for the .sig out would have helped in this case. But since the file was only re-signed the same package was just reinstalled. It's kind of an edge case. Thanks for maintaining it, Xyne.