Package Details: foxglove-bin 2.26.0-1

Git Clone URL: https://aur.archlinux.org/foxglove-bin.git (read-only, click to copy)
Package Base: foxglove-bin
Description: An integrated visualization and diagnosis tool for robotics
Upstream URL: https://foxglove.dev/
Licenses: MPL
Conflicts: foxglove-studio
Provides: foxglove-studio
Replaces: foxglove-studio-bin
Submitter: Octopus118
Maintainer: Octopus118
Last Packager: Octopus118
Votes: 3
Popularity: 0.054022
First Submitted: 2024-07-19 03:13 (UTC)
Last Updated: 2025-04-30 14:44 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

gasmith commented on 2024-10-17 21:34 (UTC)

I'd suggest changing the source URLs so that they don't break when there's a new release:

diff --git a/PKGBUILD b/PKGBUILD
index 96c4a48..008dbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ optdepends=()
 provides=('foxglove-studio')
 conflicts=('foxglove-studio')
 replaces=('foxglove-studio-bin')
-source_x86_64=("$pkgname-$pkgver-x86_64.deb::https://get.foxglove.dev/desktop/latest/foxglove-studio-$pkgver-linux-amd64.deb")
-source_aarch64=("$pkgname-$pkgver-aarch64.deb::https://get.foxglove.dev/desktop/latest/foxglove-studio-$pkgver-linux-arm64.deb")
+source_x86_64=("$pkgname-$pkgver-x86_64.deb::https://get.foxglove.dev/desktop/v$pkgver/foxglove-studio-$pkgver-linux-amd64.deb")
+source_aarch64=("$pkgname-$pkgver-aarch64.deb::https://get.foxglove.dev/desktop/v$pkgver/foxglove-studio-$pkgver-linux-arm64.deb")
 sha256sums_x86_64=('4697b119608b2f8fd5be21c499630b3615e598d0cb55834e554a4d006ed1c4d2')
 sha256sums_aarch64=('67ff6850e2138f35ce3e7017249d1c866724464798160463985c1c752706c50d')

MoRoBe commented on 2024-09-02 10:57 (UTC)

Version changed to 2.12.1, so pkg-ver needs to be changed and the checksums as well. Did you find the checksums on their website or calculate them from downloaded files? If the latter, c4af5e5ea9da31ef660d159655a43adda0fb66406a8cdc0d368e552f9eba4818 would be the one for x86_64 version.