Package Details: cardo 1.12.0-1

Git Clone URL: https://aur.archlinux.org/cardo.git (read-only, click to copy)
Package Base: cardo
Description: A graphical podcast client
Upstream URL: https://github.com/cardo-podcast/cardo/
Licenses: GPL-3.0-or-later
Submitter: n0vella
Maintainer: n0vella (SergeantBiggs)
Last Packager: SergeantBiggs
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-21 12:51 (UTC)
Last Updated: 2025-11-08 10:45 (UTC)

Latest Comments

SergeantBiggs commented on 2025-07-06 13:35 (UTC) (edited on 2025-07-06 14:08 (UTC) by SergeantBiggs)

@willemw You are correct. I think both provides and conflicts are unnecessary here anyway, since pkgname automatically gets added to both.

I will remove both from the PKGBUILD.

willemw commented on 2025-07-06 13:10 (UTC)

PKGBUILD should not have a provides and conflicts array.

n0vella commented on 2025-07-06 09:47 (UTC)

Hi @SergeantBiggs, I have updated the package and added you as co-maintainer, as I'm not using arch very much lately, thank you for volunteer.

If you like, there is a simple pre-commit hook that I use to edit checksums

perl -0777 -pi -e "s/sha256sums=.+\n.+/$(makepkg -g)/" PKGBUILD

makepkg --printsrcinfo > .SRCINFO
git add .SRCINFO

SergeantBiggs commented on 2025-07-06 09:13 (UTC)

The version has been out of date for quite a while. Would it be possible to update it?

@n0vella You can also add me as a co-maintainer or orphan the package so I can pick it up.

SergeantBiggs commented on 2024-12-19 13:23 (UTC)

@tejonaco: The latest commit that was pushed to the AUR (583e5f7cf9d1) does not include any checksums in the PKGBUILD. In fact, if you look at the changes in that commit, the previous checksums were removed from the beginning and the end of the file, without adding new ones

tejonaco commented on 2024-12-17 21:09 (UTC)

@SergeantBiggs sha256sums are in the bottom of the PKGBUILD (inserted with makepkg -g >> PKGBUILD)

SergeantBiggs commented on 2024-12-14 12:17 (UTC)

The latest version does not seem to contain sha256sums= in the PKGBUILD. Could you please add it with the correct checksum?

willemw commented on 2024-10-13 12:41 (UTC)

Can you please define source= and sha256sums= to download and rename the source tar.gz file, instead of doing a git checkout in prepare()?