Package Details: cardo-git 1.12.0.r36.g17219fb-1

Git Clone URL: https://aur.archlinux.org/cardo-git.git (read-only, click to copy)
Package Base: cardo-git
Description: Podcast client inspired by the Antennapod Android app
Upstream URL: https://cardo-podcast.github.io
Keywords: podcast
Licenses: GPL-3.0-or-later
Conflicts: cardo
Provides: cardo
Submitter: n0vella
Maintainer: willemw
Last Packager: willemw
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-21 10:57 (UTC)
Last Updated: 2026-03-06 15:09 (UTC)

Latest Comments

tejonaco commented on 2026-03-14 21:50 (UTC)

Hey nice work, don't forget to append gst-plugins-good to dependencies array

willemw commented on 2026-03-06 15:11 (UTC)

@tejonaco: Thanks. Should all be fixed now.

tejonaco commented on 2026-03-06 13:22 (UTC)

Hey, build error due to updater signatures could be avoided replacing build function with this one:

build() { pnpm run --dir "$pkgname" tauri build --bundles deb -c '{"bundle":{"createUpdaterArtifacts":false}}' }

also version reading doesn't work for tauri v2 version used on latest versions