Search Criteria
Package Details: powerpill 2021.11-4
Package Actions
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: | 245 |
Popularity: | 1.68 |
First Submitted: | 2012-11-29 03:58 (UTC) |
Last Updated: | 2022-07-15 22:47 (UTC) |
Dependencies (9)
- aria2 (aria2-git, aria2-fast, aria2-pro)
- pm2ml
- pyalpm (pyalpm-git, pyalpm-next-git)
- python3 (python)
- python3-xcgf
- python3-xcpf
- python3-threaded_servers (optional) – internal Pacserve support
- reflector (optional) – Reflector and Rsync support
- rsync (rsync-git, rsync-reflink, rsync-reflink-git) (optional) – Rsync download support
Latest Comments
1 2 3 4 5 6 .. 19 Next › Last »
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?
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.
Xyne commented on 2022-07-23 22:11 (UTC) (edited on 2022-07-23 22:11 (UTC) by Xyne)
Some remarks, in no particular order:
MarsSeed commented on 2022-07-21 07:49 (UTC)
Re @JoeCool's remark: I think the solution to this issue would be to skip the checksum verification of the signature file, as per Arch convention.
@Xyne, if you run
$ makepkg --geninteg >> PKGBUILD
in the repo dir which contains this PKGBUILD, you'll find that it generates the following checksums for the sources:MarsSeed commented on 2022-07-21 07:38 (UTC)
@cyqsimon, could you please explain? What would semantic versioning solve, and how?
cyqsimon commented on 2022-07-20 14:14 (UTC)
Please use semantic versioning. It helps avoid problems like this.
JoeCool commented on 2022-07-18 13:00 (UTC) (edited on 2022-07-18 13:01 (UTC) by JoeCool)
Hi Xyne,
when using trizen it looks like a different problem with the md5sums for most of your AUR packages. I get
for many of your packages.
For Powerpill, the pkgrel=4 md5sum that was in the old PKGBUILD is correct instead of the one from pkgrel=4
Trizen seems to see the existing files and not redownload.
Deleting the existing files with the same name fixes this issue.
1 2 3 4 5 6 .. 19 Next › Last »