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.94
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

« First ‹ Previous 1 2 3 4 5 6 7 .. 20 Next › Last »

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:

sha512sums=('a4a1067a020056bd258d8a00c60a3fcd8ea3aa745c52a6f5e29f76f7a6d5e93d4a4c612139a8b746aa5ebbd9307c977edd95ca882e9054537757142ea550bf5'
            'SKIP')

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

==> Validating source files with md5sums...
    powerpill-2021.11.tar.xz ... Passed
    powerpill-2021.11.tar.xz.sig ... FAILED
==> ERROR: One or more files did not pass the validity check!

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.

kido007 commented on 2022-01-24 07:51 (UTC)

For me the fix was yay -S powerpill python3-xcgf python3-xcpf python3-memoizedb pm2ml

Xyne commented on 2021-11-12 04:08 (UTC)

@parsanoori You need to import my signing key into your user keyring. It's the same as the one in the Arch Linux keyring, but makepkg is run as a regular user while building and checks signatures against the user's keyring, not the system's.

@AchmadFathoni The packages aren't really re-downloaded. The latest version of Pacman double-checks all packages in the cache for updates but shouldn't actually download anything if the packages are valid.