Search Criteria
Package Details: go2tv-bin 2.5.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/go2tv-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | go2tv-bin |
| Description: | Cast media files to Smart TVs and Chromecast devices (pre-built binary) |
| Upstream URL: | https://github.com/alexballas/go2tv |
| Licenses: | MIT |
| Conflicts: | go2tv |
| Provides: | go2tv |
| Submitter: | some |
| Maintainer: | some |
| Last Packager: | some |
| Votes: | 2 |
| Popularity: | 1.07 |
| First Submitted: | 2026-07-15 09:34 (UTC) |
| Last Updated: | 2026-08-14 08:48 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libglvnd (libglvnd-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-gitAUR, wayland-chromiumAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-cuda-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-llvmAUR) (optional) – transcoding support
Latest Comments
some commented on 2026-08-22 08:35 (UTC) (edited on 2026-08-22 08:37 (UTC) by some)
@newcomb-paradox Thanks for the report.
I've verified that the sha256sums in the PKGBUILD are correct. I re-downloaded all sources from the v2.5.0 tag, and every checksum matches, including:
app.go2tv.go2tv.appdata.xml = 01670f59...
The upstream tag and appdata.xml file have not changed since August 4.
The important clue in your log is:
Found app.go2tv.go2tv.appdata.xml
rather than:
Downloading app.go2tv.go2tv.appdata.xml
This means makepkg reused a stale file that was already present in your cache instead of downloading a fresh copy. That stale copy was likely left over from 2.4.0, which has a different checksum, and is what caused the validation to fail.
Please clear the cached sources and retry the build.
newcomb-paradox commented on 2026-08-20 10:20 (UTC)