The repository has change of place to https://github.com/zapzap-linux/zapzap . The current version 4.5.2 is stable but outdated, last checked was 4.5.5.1. I suggest to delete the character v in the source() line.
Btw, there is a lot of packages is warning that lead to missing icons and unexistent checkboxes in the app, like the followings:
check.warn(importable)
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zapzap.assets.icons.app.dark' is absent from the `packages` configuration.
check.warn(importable)
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zapzap.assets.icons.app.light' is absent from the `packages` configuration.
Just to name a few.
Pinned Comments
alllexx88 commented on 2024-04-06 19:31 (UTC)
This PKGBUILD uses a
pacman
feature to compute checksums in CVS packages, which requirespacman>=6.1.0
. If you're coming from Manjaro or an other Arch-based distro withpacman<6.1.0
, you need to pass--skipchecksums
tomakepkg
, if building manually, or, if installing withyay
, add--mflags --skipchecksums
, e.g.: