Search Criteria
Package Details: cardo 1.12.0-1
Package Actions
| 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) |
Dependencies (7)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- sqlite (sqlite-fossilAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
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
providesandconflictsare unnecessary here anyway, sincepkgnameautomatically 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
providesandconflictsarray.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
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=andsha256sums=to download and rename the source tar.gz file, instead of doing agit checkoutin prepare()?