Package Details: gale-bin 1.11.1-1

Git Clone URL: https://aur.archlinux.org/gale-bin.git (read-only, click to copy)
Package Base: gale-bin
Description: Lightweight Thunderstore client
Upstream URL: https://github.com/Kesomannen/gale
Licenses: GPL-3.0-or-later
Submitter: rune580
Maintainer: rune580
Last Packager: rune580
Votes: 11
Popularity: 1.02
First Submitted: 2024-06-09 14:15 (UTC)
Last Updated: 2025-11-08 15:22 (UTC)

Latest Comments

Zikeji commented on 2025-11-07 23:21 (UTC)

Can we update this to 1.11.1?

I updated the update-pkgbuild.sh to support the latest release as well.

#!/usr/bin/env bash

if [[ -n "$1" ]]; then
    RELEASE_DATA=$(curl -s https://api.github.com/repos/Kesomannen/gale/releases/tags/$1)
else
    RELEASE_DATA=$(curl -s https://api.github.com/repos/Kesomannen/gale/releases/latest)
fi

VERSION=$(echo "$RELEASE_DATA" | jq -r '.name')
DOWNLOAD_URL=$(echo "$RELEASE_DATA" | jq -r '.assets[] | select(.browser_download_url | endswith("amd64_linux.deb")) | .browser_download_url')
CHECKSUM=$(echo "$RELEASE_DATA" | jq -r '.assets[] | select(.browser_download_url | endswith("amd64_linux.deb")) | .digest | sub("^sha256:"; "")')

wget "$DOWNLOAD_URL"

DEB_FILE="Gale_${VERSION}_amd64_linux.deb"

sed -ri "s/pkgver=[0-9.]+/pkgver=$VERSION/" PKGBUILD
sed -ri "s/(sha256sums_x86_64=\(\s*?)'[0-9A-Za-z]+'/\1'$CHECKSUM'/g" PKGBUILD

rm "$DEB_FILE"

yobson commented on 2025-07-13 17:28 (UTC)

could u add xdg-utils as a dependency? it's used when creating the gale-handler.desktop file at runtime to set it as the default ror2mm and gale handlers

Damgaldor commented on 2025-04-04 23:10 (UTC)

XDG MIME types might be broken or not configured correctly or something. I have Gale as an option for opening all files, be it .desktop, archive or something else.

rune580 commented on 2025-03-23 01:20 (UTC)

They renamed gale.desktop to Gale.desktop breaking the patch, just pushed out a fix for it.

Petar commented on 2025-03-23 01:14 (UTC) (edited on 2025-03-23 01:15 (UTC) by Petar)

Something is wrong with the patch, I commented it out and it installed correctly

can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --color -ura a/gale-bin/usr/share/applications/gale.desktop b/gale-bin/usr/share/applications/gale.desktop
|--- a/gale-bin/usr/share/applications/gale.desktop     2024-08-24 07:43:00.000000000 -0400
|+++ b/gale-bin/usr/share/applications/gale.desktop     2024-08-24 07:45:11.523372806 -0400
--------------------------
File to patch: