Search Criteria
Package Details: cardo-git 1.12.0.r36.g17219fb-1
Package Actions
| 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) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- sqlite (sqlite-fossilAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-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
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